aom/vp8/common
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
..
arm Use correct buffer size in vp8 subpixel variance 2015-02-03 09:11:05 -08:00
generic Bug fix: Issue 532: VPX codec executes emms instruction without 2013-03-15 14:27:15 -07:00
mips/dspr2 support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
ppc removed the idct rtcd idct calls 2012-11-24 19:33:58 -08:00
x86 Use lrand48 on Android 2014-06-12 19:57:25 -07:00
alloccommon.c yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
alloccommon.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
blockd.c Removed vp8_block2type 2011-02-24 14:35:18 -05:00
blockd.h Various updates to vp8. 2014-12-03 16:01:28 -08:00
coefupdateprobs.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
common.h Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
context.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
debugmodes.c MODE_INFO size reduction 2011-05-24 13:24:52 -04:00
default_coef_probs.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dequantize.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
entropy.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
entropy.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
entropymode.c Merge branch 'origin/eider' into master 2012-05-11 10:51:05 -07:00
entropymode.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
entropymv.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
entropymv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
extend.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
extend.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
filter.c Fix linker warnings for bilinear filters 2013-10-01 14:40:05 -07:00
filter.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
findnearmv.c Correct clamping in use of vp8_find_near_mvs() 2012-01-26 09:37:27 -08:00
findnearmv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
header.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
idct_blk.c idct_blk.c: use vpx_memset instead of cast 2013-10-29 13:50:15 -07:00
idctllm.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
invtrans.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
loopfilter.c Revert "remove vp8 unused uvstride parm in simple loop filter" 2014-12-21 21:35:07 -08:00
loopfilter.h Revert "remove vp8 unused uvstride parm in simple loop filter" 2014-12-21 21:35:07 -08:00
loopfilter_filters.c Removed shadow warnings : loopfilter*.c 2013-03-14 08:23:26 -07:00
mbpitch.c Fix compiler warnings 2012-05-02 10:57:57 +03:00
mfqe.c Bug fix: error-concealment enabled changed postproc output 2013-01-25 17:06:32 -08:00
modecont.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
modecont.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
mv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
onyx.h Various updates to vp8. 2014-12-03 16:01:28 -08:00
onyxc_int.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
onyxd.h vp8/common: normalize include guards 2013-12-16 19:40:54 -08:00
postproc.c Silence -Werror=unused-parameter 2014-12-16 12:47:08 -08:00
postproc.h vp8: Update to the adaptive denoising mode. 2014-09-19 09:06:16 -07:00
ppflags.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
quant_common.c Add comment for use of shift/mul instead of div. 2012-07-24 15:46:49 -07:00
quant_common.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
reconinter.c fix integer overflow in vp8 2013-09-23 17:15:55 -07:00
reconinter.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
reconintra.c Removed shadow warnings : reconintra.c 2013-03-14 08:28:34 -07:00
reconintra4x4.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
reconintra4x4.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
rtcd.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
rtcd_defs.pl Remove asm offset dependencies 2014-11-06 16:00:01 -08:00
sad_c.c Revert "Remove Wextra warnings from vp9_sad.c" 2014-05-15 08:31:20 -07:00
setupintrarecon.c Changed setup intra recon to be row based 2012-09-13 11:51:27 -07:00
setupintrarecon.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
swapyv12buffer.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
swapyv12buffer.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
systemdependent.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
textblit.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
threading.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
treecoder.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
treecoder.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
variance.h Revert "Remove Wextra warnings from vp9_sad.c" 2014-05-15 08:31:20 -07:00
variance_c.c Fix variance (signed integer) overflow 2013-02-22 12:40:08 -08:00
vp8_entropymodedata.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00