vpx/vp8/common/arm
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
..
armv6 minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
neon Use correct buffer size in vp8 subpixel variance 2015-02-03 09:11:05 -08:00
bilinearfilter_arm.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
bilinearfilter_arm.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dequantize_arm.c Remove intermediate step in vp8_dequantize_b 2014-05-14 12:24:18 -07:00
filter_arm.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
loopfilter_arm.c Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 08"" 2014-08-29 13:29:36 -07:00
variance_arm.c vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of NEON intrinsics. 2014-09-05 12:24:05 +00:00