vpx/vp8/common/arm/neon
Johann eabb793f3b Use correct buffer size in vp8 subpixel variance
In vp8_sub_pixel_variance8x8_neon the temp2 buffer is only initialized
to kHeight8 * kWidth8. However, in the case that xoffset != 0 and
yoffset == 0, var_filter_block2d_bil_w8 is called with output_width
kHeight8PlusOne.

Thanks to cmugurel for diagnosing and yulius for the patch.

Change-Id: Ib71ffd96ffad963c92b8b7ca23f303942785b8e0
https://code.google.com/p/webrtc/issues/detail?id=4190
2015-02-03 09:11:05 -08:00
..
bilinearpredict_neon.c bilinearpredict_neon: fix type conversion warnings 2014-09-04 20:50:42 -07:00
copymem_neon.c VP8 for ARMv8 by using NEON intrinsics 02 2014-02-23 22:56:53 +08:00
dc_only_idct_add_neon.c VP8 for ARMv8 by using NEON intrinsics 03 2014-02-26 09:28:29 +08:00
dequant_idct_neon.c VP8 for ARMv8 by using NEON intrinsics 04 2014-02-26 09:59:23 +08:00
dequantizeb_neon.c Remove intermediate step in vp8_dequantize_b 2014-05-14 12:24:18 -07:00
idct_blk_neon.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
idct_dequant_0_2x_neon.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee5. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb." 2014-08-20 09:41:50 -07:00
idct_dequant_full_2x_neon.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 06" This reverts commit 81ad047ee5. Revert "VP8 for ARMv8 by using NEON intrinsics 15" This reverts commit 727af7cebe3698b8493ba6c1360b0a6606c310fb." 2014-08-20 09:41:50 -07:00
iwalsh_neon.c VP8 for ARMv8 by using NEON intrinsics 07 2014-05-02 09:24:54 -07:00
loopfilter_neon.c Clarify GCC version check 2014-09-25 11:53:45 -07:00
loopfiltersimplehorizontaledge_neon.c Use INLINE and include vpx_config.h instead of plain 'inline' 2014-05-04 22:42:13 +03:00
loopfiltersimpleverticaledge_neon.c Clarify GCC version check 2014-09-25 11:53:45 -07:00
mbloopfilter_neon.c Use INLINE and include vpx_config.h instead of plain 'inline' 2014-05-04 22:42:13 +03:00
reconintra_neon.c Neon version of vp8_build_intra_predictors_mby_s() and 2014-09-03 13:41:27 -07:00
sad_neon.c VP8 for ARMv8 by using NEON intrinsics 12 2014-05-03 04:54:39 -07:00
shortidct4x4llm_neon.c VP8 for ARMv8 by using NEON intrinsics 13 2014-05-03 19:07:05 -07:00
sixtappredict_neon.c vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. 2014-09-14 01:43:54 +08:00
variance_neon.c vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h. 2014-09-14 01:43:54 +08:00
vp8_subpixelvariance_neon.c Use correct buffer size in vp8 subpixel variance 2015-02-03 09:11:05 -08:00