DescriptionCherry pick ios/neon fix
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.
https://gerrit.chromium.org/gerrit/73650
BUG=webrtc:4190
TBR=tomfinegan@chromium.org
Committed: https://chromium.googlesource.com/chromium/deps/libvpx/+/33bbffe8b3fa6d240ab7720f4f46854bd98d7198
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|