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

Issue 1995293002: Add ARGBExtractAlpha function (Closed)

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

Description

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Use ANY11 instead of ANY11B #

Total comments: 7

Patch Set 3 : Use packuswb xmm0, xmm0 instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -0 lines) Patch
M include/libyuv/planar_functions.h View 1 chunk +6 lines, -0 lines 0 comments Download
M include/libyuv/row.h View 3 chunks +10 lines, -0 lines 0 comments Download
M source/planar_functions.cc View 1 chunk +43 lines, -0 lines 0 comments Download
M source/row_any.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M source/row_common.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M source/row_gcc.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M source/row_neon.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M source/row_neon64.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M source/row_win.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M unit_test/planar_test.cc View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
magjed_chromium
Frank - Please take a look.
4 years, 7 months ago (2016-05-20 12:11:41 UTC) #8
fbarchard1
https://codereview.chromium.org/1995293002/diff/100001/source/row_any.cc File source/row_any.cc (right): https://codereview.chromium.org/1995293002/diff/100001/source/row_any.cc#newcode519 source/row_any.cc:519: #ifdef HAS_ARGBCOPYALPHAROW_SSE2 good catch! https://codereview.chromium.org/1995293002/diff/100001/source/row_any.cc#newcode523 source/row_any.cc:523: ANY11B(ARGBExtractAlphaRow_Any_SSE2, ARGBExtractAlphaRow_SSE2, 0, ...
4 years, 7 months ago (2016-05-25 01:45:11 UTC) #11
magjed_chromium
https://codereview.chromium.org/1995293002/diff/100001/source/row_any.cc File source/row_any.cc (right): https://codereview.chromium.org/1995293002/diff/100001/source/row_any.cc#newcode523 source/row_any.cc:523: ANY11B(ARGBExtractAlphaRow_Any_SSE2, ARGBExtractAlphaRow_SSE2, 0, 4, 1, 7) On 2016/05/25 01:45:11, ...
4 years, 7 months ago (2016-05-25 08:19:46 UTC) #12
fbarchard1
https://codereview.chromium.org/1995293002/diff/120001/source/row_any.cc File source/row_any.cc (right): https://codereview.chromium.org/1995293002/diff/120001/source/row_any.cc#newcode300 source/row_any.cc:300: SIMD_ALIGNED(uint8 temp[128 * 2]); \ On 2016/05/25 08:19:46, magjed_chromium ...
4 years, 7 months ago (2016-05-25 18:44:12 UTC) #13
fbarchard1
lgtm https://codereview.chromium.org/1995293002/diff/120001/source/row_gcc.cc File source/row_gcc.cc (right): https://codereview.chromium.org/1995293002/diff/120001/source/row_gcc.cc#newcode2951 source/row_gcc.cc:2951: "packuswb %%xmm1, %%xmm0 \n" ditto bit... could use ...
4 years, 7 months ago (2016-05-25 21:34:36 UTC) #14
magjed_chromium
https://codereview.chromium.org/1995293002/diff/120001/source/row_gcc.cc File source/row_gcc.cc (right): https://codereview.chromium.org/1995293002/diff/120001/source/row_gcc.cc#newcode2951 source/row_gcc.cc:2951: "packuswb %%xmm1, %%xmm0 \n" On 2016/05/25 21:34:35, fbarchard1 wrote: ...
4 years, 7 months ago (2016-05-26 08:28:33 UTC) #15
magjed_chromium
4 years, 7 months ago (2016-05-26 08:31:04 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:140001) manually as
942db3016a1653e66eb7935966449e06bdceb7b3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698