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

Issue 2277603004: Add SplitUVPlanes and MergeUVPlanes (Closed)

Created:
4 years, 4 months ago by fbarchard1
Modified:
4 years, 3 months ago
CC:
harryjin1
Base URL:
https://chromium.googlesource.com/libyuv/libyuv@master
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

Add SplitUVPlanes and MergeUVPlanes Add public methods SplitUVPlanes and MergeUVPlanes based on the optimized assembly functions that already exists. BUG=libyuv:629 R=braveyao@chromium.org Committed: https://chromium.googlesource.com/libyuv/libyuv/+/c244a3e9a03920cee977e88d4c1b3925f27e87da

Patch Set 1 #

Total comments: 13

Patch Set 2 : moved to planar_functions #

Total comments: 7

Patch Set 3 : remove getter, return void, move to planar_functions #

Total comments: 4

Patch Set 4 : MergeUVPlanes renamed for consistency with MergeUVRow functions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -142 lines) Patch
M README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/planar_functions.h View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M include/libyuv/version.h View 1 chunk +1 line, -1 line 0 comments Download
M source/convert.cc View 1 2 3 chunks +9 lines, -76 lines 0 comments Download
M source/convert_from.cc View 1 2 3 2 chunks +8 lines, -64 lines 0 comments Download
M source/planar_functions.cc View 1 2 3 3 chunks +134 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
fbarchard1
clone of https://codereview.chromium.org/2266533003/ with reabse to head, no changes applied.
4 years, 4 months ago (2016-08-24 21:50:57 UTC) #2
fbarchard1
https://codereview.chromium.org/2277603004/diff/1/include/libyuv/convert.h File include/libyuv/convert.h (right): https://codereview.chromium.org/2277603004/diff/1/include/libyuv/convert.h#newcode206 include/libyuv/convert.h:206: int SplitUVPlane(const uint8* src_uv, int src_stride_uv, move to planar_functions.h ...
4 years, 3 months ago (2016-08-24 23:04:11 UTC) #3
fbarchard1
[ RUN ] LibYUVConvertTest.NV21ToI420_NullY [ OK ] LibYUVConvertTest.NV21ToI420_NullY (65 ms) https://codereview.chromium.org/2277603004/diff/1/include/libyuv/convert.h File include/libyuv/convert.h (right): https://codereview.chromium.org/2277603004/diff/1/include/libyuv/convert.h#newcode206 ...
4 years, 3 months ago (2016-08-24 23:11:51 UTC) #4
fbarchard1
mergeuv needs a test. https://codereview.chromium.org/2277603004/diff/40001/include/libyuv/planar_functions.h File include/libyuv/planar_functions.h (right): https://codereview.chromium.org/2277603004/diff/40001/include/libyuv/planar_functions.h#newcode51 include/libyuv/planar_functions.h:51: void MergeUVPlanes(const uint8* src_u, int ...
4 years, 3 months ago (2016-08-24 23:19:11 UTC) #5
fbarchard1
4 years, 3 months ago (2016-08-24 23:21:34 UTC) #6
fbarchard1
locally ran existing unittests on intel linux and arm android. https://codereview.chromium.org/2277603004/diff/40001/include/libyuv/planar_functions.h File include/libyuv/planar_functions.h (right): https://codereview.chromium.org/2277603004/diff/40001/include/libyuv/planar_functions.h#newcode51 ...
4 years, 3 months ago (2016-08-24 23:22:52 UTC) #7
braveyao
lgtm
4 years, 3 months ago (2016-08-24 23:23:21 UTC) #9
fbarchard1
4 years, 3 months ago (2016-08-24 23:47:27 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
c244a3e9a03920cee977e88d4c1b3925f27e87da (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698