vpx/vp8
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
..
common Use correct buffer size in vp8 subpixel variance 2015-02-03 09:11:05 -08:00
decoder Revert "remove vp8 unused uvstride parm in simple loop filter" 2014-12-21 21:35:07 -08:00
encoder Explicitly include vp8_rtcd.h 2015-01-29 09:59:16 -08:00
exports_dec Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
exports_enc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
vp8_common.mk Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10"" 2014-09-04 08:51:20 -07:00
vp8_cx_iface.c vp8enc: Prevent out of bounds memory access. 2015-01-27 16:44:31 -08:00
vp8_dx_iface.c Return error on wrong sync code 2015-01-05 17:19:32 -08:00
vp8cx_arm.mk Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
vp8cx.mk Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00