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

Issue 2399143002: YUY2ToI422_Any_Neon clean up to not require 16 pixels (Closed)

Created:
4 years, 2 months ago by fbarchard1
Modified:
4 years, 2 months ago
Reviewers:
harryjin
CC:
manojkumar.bhosale, kjellander_chromium
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

YUY2ToI422_Any_Neon clean up to not require 16 pixels YUY2ToI422_Any_Neon previously required 16 pixels and duplicated the last pixel. The replication was not necessary after a previous change to treat YUY2 to 4 byte macro pixels. TBR=harryjin@google.com BUG=libyuv:648 TESTED=util/android/test_runner.py gtest -s libyuv_unittest -t 7200 --verbose --release --gtest_filter=*YUY2ToI422* -a "--libyuv_width=17 --libyuv_height=7 --libyuv_repeat=999 --libyuv_flags=1" Committed: https://chromium.googlesource.com/libyuv/libyuv/+/3b88a19ab1fdc5b54bbe2d93b7b46cbaa4ab8765

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -11 lines) Patch
M source/planar_functions.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M source/row_any.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (3 generated)
fbarchard1
4 years, 2 months ago (2016-10-06 19:11:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3b88a19ab1fdc5b54bbe2d93b7b46cbaa4ab8765 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698