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

Issue 1546763002: port scaledownby4_avx2 to gcc (Closed)

Created:
4 years, 12 months ago by fbarchard1
Modified:
4 years, 12 months ago
Reviewers:
harryjin
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 : remove interpolate chnge from this cl #

Patch Set 3 : bump version to r1561 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -7 lines) Patch
M README.chromium View 1 2 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/scale_row.h View 1 chunk +0 lines, -5 lines 0 comments Download
M include/libyuv/version.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M source/scale_gcc.cc View 1 chunk +87 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
fbarchard1
4 years, 12 months ago (2015-12-22 20:21:26 UTC) #1
fbarchard1
Committed patchset #3 (id:40001) manually as 36615d62a0b4531a8bcd583c48e28547dbbbd554 (presubmit successful).
4 years, 12 months ago (2015-12-22 20:29:58 UTC) #4
fbarchard1
4 years, 12 months ago (2015-12-22 22:03:41 UTC) #5
Message was sent while issue was closed.
On 2015/12/22 20:29:58, fbarchard1 wrote:
> Committed patchset #3 (id:40001) manually as
> 36615d62a0b4531a8bcd583c48e28547dbbbd554 (presubmit successful).

Was SSSE3
[       OK ] LibYUVScaleTest.ScaleDownBy4_Bilinear (2078 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_Box (1649 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_Linear (1425 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_None (387 ms)
[----------] 4 tests from LibYUVScaleTest (5539 ms total)

Now AVX2
[       OK ] LibYUVScaleTest.ScaleDownBy4_Bilinear (1878 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_Box (1496 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_Linear (1379 ms)
[       OK ] LibYUVScaleTest.ScaleDownBy4_None (325 ms)
[----------] 4 tests from LibYUVScaleTest (5078 ms total)

Powered by Google App Engine
This is Rietveld 408576698