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

Issue 1413763017: ARMv7 Neon version of I420AlphaToARGB (Closed)

Created:
5 years, 1 month ago by fbarchard1
Modified:
5 years, 1 month ago
Reviewers:
fbarchard, xhwang
CC:
xhwang
Base URL:
https://chromium.googlesource.com/libyuv/libyuv@master
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

Neon versions of I420AlphaToARGB Add alpha version of YUV to RGB to neon code for ARMv7 and aarch64. For other YUV to RGB conversions, hoist alpha set to 255 out of loop. TBR=harryjin@google.com BUG=libyuv:516 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/860cc0357a4b0d224be673c0ccfad192745a4192

Patch Set 1 #

Patch Set 2 : add prototypes to row.h #

Patch Set 3 : any functions for i422alpha #

Patch Set 4 : add a to neon any proto #

Patch Set 5 : add neon any version of function prototype #

Patch Set 6 : port i422alphatoargb to neon64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -30 lines) Patch
M include/libyuv/row.h View 1 2 3 4 5 3 chunks +15 lines, -0 lines 0 comments Download
M source/row_any.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M source/row_neon.cc View 1 2 3 4 5 10 chunks +42 lines, -9 lines 0 comments Download
M source/row_neon64.cc View 1 2 3 4 5 14 chunks +53 lines, -20 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
fbarchard
[ RUN ] LibYUVConvertTest.I420AlphaToARGB_Any [ OK ] LibYUVConvertTest.I420AlphaToARGB_Any (3 ms) [ RUN ] LibYUVConvertTest.I420AlphaToARGB_Unaligned [ ...
5 years, 1 month ago (2015-11-03 20:38:23 UTC) #2
fbarchard
64 bit version ported [ RUN ] LibYUVConvertTest.I420AlphaToARGB_Any [ OK ] LibYUVConvertTest.I420AlphaToARGB_Any (2 ms) [ ...
5 years, 1 month ago (2015-11-04 02:30:55 UTC) #3
fbarchard
hoisted alpha set out of inner loops on all YUV to RGB functions for aarch64. ...
5 years, 1 month ago (2015-11-04 02:41:50 UTC) #4
fbarchard
armv7 Now with Neon util/android/test_runner.py gtest -s libyuv_unittest -t 7200 --verbose --release --gtest_filter=*I420*ToARGB_Opt* -a "--libyuv_width=1280 ...
5 years, 1 month ago (2015-11-04 03:16:38 UTC) #5
fbarchard1
5 years, 1 month ago (2015-11-04 03:21:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
860cc0357a4b0d224be673c0ccfad192745a4192 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698