Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Issue 940993005: Cherry pick ios/neon fix (Closed)

Created:
5 years, 10 months ago by Johann
Modified:
5 years, 10 months ago
Reviewers:
Tom Finegan
CC:
wwcv, jzern, fgalligan1
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Cherry 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M source/libvpx/vp8/common/arm/neon/vp8_subpixelvariance_neon.c View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as 33bbffe8b3fa6d240ab7720f4f46854bd98d7198 (presubmit successful).
5 years, 10 months ago (2015-02-19 20:05:15 UTC) #1
Tom Finegan
5 years, 10 months ago (2015-02-19 21:01:12 UTC) #2
Message was sent while issue was closed.
On 2015/02/19 20:05:15, Johann wrote:
> Committed patchset #1 (id:1) manually as
> 33bbffe8b3fa6d240ab7720f4f46854bd98d7198 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698