summaryrefslogtreecommitdiff
path: root/test/vp9_end_to_end_test.cc
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-02-03 09:02:50 -0800
committerJohann <johannkoenig@google.com>2015-02-03 09:11:05 -0800
commiteabb793f3b80d564a90e4fc58b6f6ac4fa2e91cb (patch)
tree03ff08af9fc68a8a8d3e5efa44add0ebb0508b31 /test/vp9_end_to_end_test.cc
parent4ed539f22e9e735c3cad4175d62f7aabf617ce62 (diff)
downloadlibvpx-eabb793f3b80d564a90e4fc58b6f6ac4fa2e91cb.tar
libvpx-eabb793f3b80d564a90e4fc58b6f6ac4fa2e91cb.tar.gz
libvpx-eabb793f3b80d564a90e4fc58b6f6ac4fa2e91cb.tar.bz2
libvpx-eabb793f3b80d564a90e4fc58b6f6ac4fa2e91cb.zip
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
Diffstat (limited to 'test/vp9_end_to_end_test.cc')
0 files changed, 0 insertions, 0 deletions