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

Issue 1355733002: scale test (Closed)

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

Description

I444ToABGR for android Reimplements I444ToARGB as a matrix function. new I444ToABGR as matrix functions with wrappers and any functions. Allows for future J444 and H444 versions. I444ToABGR user level function added. BUG=libyuv:490, libyuv:449 R=harryjin@google.com Committed: https://chromium.googlesource.com/libyuv/libyuv/+/28427a53e2596608d6c8d63570e4d302e41fa313

Patch Set 1 #

Patch Set 2 : scale test minor update #

Patch Set 3 : intel version of I444ToABGR via matrix #

Patch Set 4 : unit test added #

Patch Set 5 : disable gcc version of matrix functions #

Patch Set 6 : fix for llvm 64 bit any ifdefs #

Patch Set 7 : move abgr support to its own 32 bit intel specific ifdefs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+331 lines, -48 lines) Patch
M README.chromium View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/convert_argb.h View 1 chunk +8 lines, -0 lines 0 comments Download
M include/libyuv/row.h View 1 2 3 4 5 6 8 chunks +83 lines, -20 lines 0 comments Download
M include/libyuv/version.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M source/convert_argb.cc View 1 chunk +68 lines, -0 lines 0 comments Download
M source/row_any.cc View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M source/row_common.cc View 1 2 3 chunks +54 lines, -0 lines 0 comments Download
M source/row_win.cc View 1 2 2 chunks +109 lines, -26 lines 0 comments Download
M unit_test/convert_test.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
fbarchard
5 years, 3 months ago (2015-09-18 00:26:26 UTC) #2
harryjin
lgtm
5 years, 3 months ago (2015-09-18 00:34:21 UTC) #4
fbarchard1
5 years, 3 months ago (2015-09-18 18:21:03 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 (id:110001) manually as
28427a53e2596608d6c8d63570e4d302e41fa313 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698