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

Issue 2276703002: NV12 allow NULL for Y (Closed)

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

Description

NV12 allow NULL for Y The conversion from NV12 and other Bi or Tri planar formats, differs only in the UV handling. The helper function supports passing a NULL for the dst_y channel indicating you only want to do the UV conversion. TBR=harryjin@google.com TEST=LibYUVConvertTest.NV12ToI420_NullY (601 ms) BUG=libyuv:631 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/17d31e6a4a3134d6ffbee9c7ed4a30faac7d0b29

Patch Set 1 #

Patch Set 2 : NV12 allow NULL for Y #

Patch Set 3 : add todo to allow NULL for dst_y #

Patch Set 4 : document planar formats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -19 lines) Patch
M README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M docs/formats.md View 1 2 3 1 chunk +9 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 2 chunks +2 lines, -2 lines 0 comments Download
M unit_test/convert_test.cc View 1 4 chunks +21 lines, -15 lines 0 comments Download

Messages

Total messages: 7 (5 generated)
fbarchard1
Added test for NV12ToI420 with NULL for Y channel On Sandy Bridge with 1,000 720p ...
4 years, 4 months ago (2016-08-23 22:03:17 UTC) #4
fbarchard1
4 years, 4 months ago (2016-08-24 02:05:29 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
17d31e6a4a3134d6ffbee9c7ed4a30faac7d0b29 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698