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

Issue 1359183003: win64 version of I422AlphaToARGB (Closed)

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

Description

win64 version of I422AlphaToARGB. Was I420AlphaToARGB_Premult (8861 ms) I420AlphaToARGB_Opt (7119 ms) Now I420AlphaToABGR_Premult (2840 ms) I420AlphaToARGB_Opt (484 ms) C function switched to 1 step. Was I420AlphaToARGB_Premult (8862 ms) I420AlphaToABGR_Opt (6718 ms) Now I420AlphaToARGB_Premult (8706 ms) I420AlphaToARGB_Opt (6541 ms) R=harryjin@google.com BUG=libyuv:496, libyuv:473 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/febc26a2c97e6135696b2d83dafc15f1b0ce1512

Patch Set 1 #

Patch Set 2 : bump version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -55 lines) Patch
M README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/row.h View 1 chunk +2 lines, -0 lines 0 comments Download
M include/libyuv/version.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/row_common.cc View 3 chunks +82 lines, -49 lines 0 comments Download
M source/row_win.cc View 4 chunks +56 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
fbarchard1
5 years, 2 months ago (2015-09-25 21:17:58 UTC) #1
harryjin
lgtm
5 years, 2 months ago (2015-09-25 21:44:27 UTC) #2
fbarchard1
5 years, 2 months ago (2015-09-25 22:06:46 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
febc26a2c97e6135696b2d83dafc15f1b0ce1512 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698