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

Issue 1479593002: Interpolate plane initial implementation. (Closed)

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

Description

Interpolate plane initial implementation. YUV version of interpolation between two images. R=dhrosa@google.com, harryjin@google.com BUG=libyuv:526 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/b6f37bd8ec7b5e5dc676b03c44fc37cb14462d9d

Patch Set 1 #

Total comments: 2

Patch Set 2 : make ARGB version call planar interpolate #

Patch Set 3 : rename argb variables for planar function #

Patch Set 4 : unittest added for interpolate plane #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -32 lines) Patch
M README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/planar_functions.h View 1 1 chunk +26 lines, -5 lines 0 comments Download
M include/libyuv/version.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/planar_functions.cc View 1 2 4 chunks +72 lines, -24 lines 0 comments Download
M unit_test/planar_test.cc View 1 2 3 2 chunks +83 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
fbarchard1
5 years ago (2015-11-25 19:17:28 UTC) #1
harryjin
lgtm
5 years ago (2015-11-25 19:25:48 UTC) #2
Diony Rosa
https://codereview.chromium.org/1479593002/diff/1/include/libyuv/planar_functions.h File include/libyuv/planar_functions.h (right): https://codereview.chromium.org/1479593002/diff/1/include/libyuv/planar_functions.h#newcode404 include/libyuv/planar_functions.h:404: // Interpolate 2 planes by specified amount (0 to ...
5 years ago (2015-11-25 19:38:39 UTC) #4
fbarchard
added version bump. remove bpp version of function and have ARGBInterpolate call InterpolatePlane with width ...
5 years ago (2015-11-25 19:56:58 UTC) #6
Diony Rosa
lgtm
5 years ago (2015-11-25 20:35:09 UTC) #7
fbarchard
set LIBYUV_WIDTH=1280 set LIBYUV_HEIGHT=720 set LIBYUV_REPEAT=9999 set LIBYUV_FLAGS=-1 out\release\libyuv_unittest --gtest_catch_exceptions=0 --gtest_filter=*Interpolate* ARGBInterpolate255_Any_Invert (4773 ms) ARGBInterpolate255_Unaligned ...
5 years ago (2015-11-26 00:11:26 UTC) #8
fbarchard1
5 years ago (2015-11-26 00:11:47 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
b6f37bd8ec7b5e5dc676b03c44fc37cb14462d9d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698