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

Issue 1687953002: port NV12ToRGB565Row_AVX2 to gcc (Closed)

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

Description

port NV12ToRGB565Row_AVX2 to gcc NV12ToRGB565Row for Intel is implemented as a 2 step conversion: NV12ToARGBRow_SSSE3 and ARGBToRGB565Row_SSE2 NV12ToARGBRow has an AVX2 version, so this CL implements NV12ToRGB565Row_AVX2 with call to NV12ToARGBRow_AVX2 and ARGBToRGB565Row_SSE2. R=harryjin@google.com BUG=libyuv:554 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/0e554b18fe2a60f2a384d0dc86154b69bb7bc1b7

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M include/libyuv/row.h View 3 chunks +5 lines, -5 lines 0 comments Download
M source/row_common.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
fbarchard1
4 years, 10 months ago (2016-02-10 19:07:04 UTC) #1
harryjin
lgtm
4 years, 10 months ago (2016-02-10 19:08:13 UTC) #2
fbarchard1
Was NV12ToRGB565_Opt (735 ms) Now NV12ToRGB565_Opt (613 ms)
4 years, 10 months ago (2016-02-10 19:11:16 UTC) #3
fbarchard1
4 years, 10 months ago (2016-02-10 19:13:57 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0e554b18fe2a60f2a384d0dc86154b69bb7bc1b7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698