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

Issue 2381493006: HalfFloat_SSE2 port from C algorithm to SSE2 (Closed)

Created:
4 years, 2 months ago by fbarchard1
Modified:
4 years, 2 months ago
Reviewers:
hubbe
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

HalfFloat_SSE2 port from C algorithm to SSE2 Low level support for 12 bit 420, 422 and 444 YUV video frame conversion. BUG=libyuv:560, chromium:445071 TEST=untested R=hubbe@chromium.org Committed: https://chromium.googlesource.com/libyuv/libyuv/+/4a14cb2e81235ecd656e799aecaaf139db8ce4a2

Patch Set 1 #

Patch Set 2 : move ifdef to gcc specific #

Patch Set 3 : remove vzeroupper #

Patch Set 4 : doyuv #

Patch Set 5 : git cl try #

Patch Set 6 : disable on x86 clang #

Patch Set 7 : bump version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -3 lines) Patch
M README.chromium View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/row.h View 1 2 3 4 5 2 chunks +10 lines, -0 lines 0 comments Download
M include/libyuv/version.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M source/planar_functions.cc View 1 2 3 4 5 6 2 chunks +16 lines, -0 lines 0 comments Download
M source/row_any.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M source/row_gcc.cc View 1 2 3 4 2 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 8 (1 generated)
fbarchard1
4 years, 2 months ago (2016-09-29 23:53:42 UTC) #1
hubbe
LGTM Not really qualified to review the SSE2 code though. Is it fast? Does it ...
4 years, 2 months ago (2016-09-30 00:14:10 UTC) #2
fbarchard1
4 years, 2 months ago (2016-09-30 00:35:36 UTC) #3
fbarchard1
For 10k iterations SSE2 TestHalfFloatPlane (4638 ms) C TestHalfFloatPlane (7479 ms) SSE2 code is: 0000000000000000 ...
4 years, 2 months ago (2016-09-30 00:54:13 UTC) #4
fbarchard1
note the mulps could be replaced with an integer subtract of 112 from the exponent. ...
4 years, 2 months ago (2016-09-30 00:59:58 UTC) #5
fbarchard1
tested on prescott emultator /usr/local/google/home/fbarchard/intelsde/sde -p4p -- out/Release/libyuv_unittest --gtest_filter=*Half* Note: Google Test filter = *Half* ...
4 years, 2 months ago (2016-09-30 01:06:52 UTC) #6
fbarchard1
4 years, 2 months ago (2016-09-30 16:47:21 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
4a14cb2e81235ecd656e799aecaaf139db8ce4a2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698