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

Issue 1491533002: planar blend use signed images (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : unittest to compare c and ssse3 #

Patch Set 3 : fix unpack to use low qword #

Patch Set 4 : unittest allow cpu to be disabled #

Total comments: 4

Patch Set 5 : 16 pixel yuv blender #

Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -2 lines) Patch
M README.chromium View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/row.h View 1 2 chunks +12 lines, -0 lines 0 comments Download
M include/libyuv/version.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M source/row_common.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M source/row_win.cc View 1 2 3 4 1 chunk +52 lines, -0 lines 0 comments Download
M unit_test/planar_test.cc View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
fbarchard
unittests are passing. ptal
5 years ago (2015-12-01 19:36:35 UTC) #2
harryjin
lgtm
5 years ago (2015-12-01 21:29:46 UTC) #3
jzern
lgtm. as mentioned offline with more implementations it might be worth it to test the ...
5 years ago (2015-12-02 00:31:33 UTC) #5
Diony Rosa
https://codereview.chromium.org/1491533002/diff/60001/source/row_common.cc File source/row_common.cc (right): https://codereview.chromium.org/1491533002/diff/60001/source/row_common.cc#newcode2027 source/row_common.cc:2027: *dst++ = (((a) * f) + ((255 - a) ...
5 years ago (2015-12-02 18:26:24 UTC) #7
Diony Rosa
lgtm https://codereview.chromium.org/1491533002/diff/60001/source/row_common.cc File source/row_common.cc (right): https://codereview.chromium.org/1491533002/diff/60001/source/row_common.cc#newcode2027 source/row_common.cc:2027: *dst++ = (((a) * f) + ((255 - ...
5 years ago (2015-12-02 19:10:26 UTC) #8
fbarchard
bumped version and added test for alpha = 255 producing exactly the source image. https://codereview.chromium.org/1491533002/diff/60001/source/row_common.cc ...
5 years ago (2015-12-02 22:13:43 UTC) #9
fbarchard1
5 years ago (2015-12-02 22:20:24 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
8af0ebf8166a141e0d8798cfee1ac6b3b9365511 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698