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

Issue 2389003002: Call libyuv for short->half-float conversion (Closed)

Created:
4 years, 2 months ago by hubbe
Modified:
4 years, 2 months ago
Reviewers:
danakj
CC:
chromium-reviews, posciak+watch_chromium.org, cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Call libyuv for short->half-float conversion Libyuv has a more optimized version of the half-float conversion code now, and it will probably become more optimized in the future. BUG=445071 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/dc658038fc2e76f4cd956d1ae3546ef4efb23043 Cr-Commit-Position: refs/heads/master@{#422659}

Patch Set 1 #

Patch Set 2 : make test pass #

Total comments: 9

Patch Set 3 : verbose arguments #

Total comments: 2

Patch Set 4 : remove redundant comment #

Patch Set 5 : todo added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -13 lines) Patch
M cc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cc/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 3 4 3 chunks +9 lines, -13 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
hubbe
4 years, 2 months ago (2016-10-03 22:28:03 UTC) #9
danakj
LGTM https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc#newcode302 cc/resources/video_resource_updater.cc:302: libyuv::HalfFloatPlane(src, 0, dst, 0, 1.0f / ((1 << ...
4 years, 2 months ago (2016-10-03 22:48:15 UTC) #10
hubbe
https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc#newcode302 cc/resources/video_resource_updater.cc:302: libyuv::HalfFloatPlane(src, 0, dst, 0, 1.0f / ((1 << bits_per_channel) ...
4 years, 2 months ago (2016-10-03 23:30:49 UTC) #13
danakj
https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc#newcode302 cc/resources/video_resource_updater.cc:302: libyuv::HalfFloatPlane(src, 0, dst, 0, 1.0f / ((1 << bits_per_channel) ...
4 years, 2 months ago (2016-10-03 23:47:44 UTC) #14
hubbe
https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc#newcode302 cc/resources/video_resource_updater.cc:302: libyuv::HalfFloatPlane(src, 0, dst, 0, 1.0f / ((1 << bits_per_channel) ...
4 years, 2 months ago (2016-10-03 23:56:35 UTC) #15
danakj
https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2389003002/diff/20001/cc/resources/video_resource_updater.cc#newcode487 cc/resources/video_resource_updater.cc:487: if (!plane_resource.Matches(video_frame->unique_id(), i)) { On 2016/10/03 23:56:35, hubbe wrote: ...
4 years, 2 months ago (2016-10-03 23:58:56 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2389003002/80001
4 years, 2 months ago (2016-10-04 00:01:30 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-04 01:35:18 UTC) #20
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 01:37:44 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dc658038fc2e76f4cd956d1ae3546ef4efb23043
Cr-Commit-Position: refs/heads/master@{#422659}

Powered by Google App Engine
This is Rietveld 408576698