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

Issue 2399153004: libyuv::YUY2ToY for isolating Y channel of YUY2. (Closed)

Created:
4 years, 2 months ago by fbarchard1
Modified:
4 years, 2 months ago
Reviewers:
wangcheng, goldbergs
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

libyuv::YUY2ToY for isolating Y channel of YUY2. This function is the first step of YUY2 To I420. Provided primarily for diagnostics. TBR=wangcheng@google.com BUG=libyuv:647 TESTED=LibYUVConvertTest.YUY2ToY_Opt Committed: https://chromium.googlesource.com/libyuv/libyuv/+/edd3a84d0524a6ad2d9f9bc3c19742e79648354d

Patch Set 1 #

Patch Set 2 : remove unused interpolator #

Patch Set 3 : remove interpolate, rebase and benchmark #

Patch Set 4 : use YUY2ToY neon single pass direct #

Patch Set 5 : remove comment that fails lint #

Patch Set 6 : coalesce for YUY2ToY #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -2 lines) Patch
M include/libyuv/planar_functions.h View 1 chunk +5 lines, -0 lines 0 comments Download
M source/planar_functions.cc View 1 2 3 4 5 2 chunks +66 lines, -0 lines 0 comments Download
M source/row_neon.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M unit_test/convert_test.cc View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
fbarchard1
Qualcomm 820: C YUY2ToY_Opt (363 ms) YUY2ToY_Invert (1572 ms) NEON YUY2ToY_Opt (248 ms) YUY2ToY_Invert (767 ...
4 years, 2 months ago (2016-10-07 01:36:29 UTC) #2
fbarchard1
YUY2ToI422_Opt (289 ms) YUY2ToY_Opt (167 ms) I422 to YUV 422, which is a Y plane ...
4 years, 2 months ago (2016-10-07 17:53:10 UTC) #3
fbarchard1
On 2016/10/07 17:53:10, fbarchard1 wrote: > YUY2ToI422_Opt (289 ms) > YUY2ToY_Opt (167 ms) > > ...
4 years, 2 months ago (2016-10-07 18:01:55 UTC) #4
fbarchard1
C I420ToYUY2_Opt (397 ms) I422ToYUY2_Opt (382 ms) YUY2ToI420_Opt (1758 ms) YUY2ToI422_Opt (716 ms) YUY2ToNV12_Opt (560 ...
4 years, 2 months ago (2016-10-07 18:50:27 UTC) #5
fbarchard1
1280x720 *1000 iteations I420ToYUY2_Opt (252 ms) I422ToYUY2_Opt (269 ms) YUY2ToI420_Opt (521 ms) YUY2ToI422_Opt (887 ms) ...
4 years, 2 months ago (2016-10-08 00:17:57 UTC) #6
fbarchard1
4 years, 2 months ago (2016-10-08 00:20:35 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
edd3a84d0524a6ad2d9f9bc3c19742e79648354d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698