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

Issue 2342963003: Support ARIB STD B67, aka hybrid-log gamma (HLG) transfer function. (Closed)

Created:
4 years, 3 months ago by servolk
Modified:
4 years, 3 months ago
Reviewers:
danakj, strobe, hubbe
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support ARIB STD B67, aka hybrid-log gamma (HLG) transfer function. BUG=645626 Committed: https://crrev.com/b51b4c09996725907fec2f9436d0c36cadd0d0c2 Cr-Commit-Position: refs/heads/master@{#419357}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed ToLinear calculations #

Patch Set 3 : Added const for constants #

Total comments: 3

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -0 lines) Patch
M ui/gfx/color_space.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/gfx/color_transform.cc View 1 2 2 chunks +29 lines, -0 lines 0 comments Download
M ui/gfx/color_transform_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (16 generated)
servolk
4 years, 3 months ago (2016-09-15 20:29:17 UTC) #5
hubbe
https://codereview.chromium.org/2342963003/diff/1/ui/gfx/color_transform.cc File ui/gfx/color_transform.cc (right): https://codereview.chromium.org/2342963003/diff/1/ui/gfx/color_transform.cc#newcode430 ui/gfx/color_transform.cc:430: v_ = exp(v - c) / a + b; ...
4 years, 3 months ago (2016-09-15 20:58:06 UTC) #6
servolk
https://codereview.chromium.org/2342963003/diff/1/ui/gfx/color_transform.cc File ui/gfx/color_transform.cc (right): https://codereview.chromium.org/2342963003/diff/1/ui/gfx/color_transform.cc#newcode430 ui/gfx/color_transform.cc:430: v_ = exp(v - c) / a + b; ...
4 years, 3 months ago (2016-09-15 21:12:50 UTC) #9
hubbe
lgtm
4 years, 3 months ago (2016-09-15 22:07:17 UTC) #12
servolk
On 2016/09/15 22:07:17, hubbe wrote: > lgtm Thanks! Dana, could you please take a quick ...
4 years, 3 months ago (2016-09-16 21:35:45 UTC) #17
danakj
RS LGTM https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h File ui/gfx/color_space.h (right): https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h#newcode73 ui/gfx/color_space.h:73: ARIB_STD_B67 = 18, // AKA hybrid-log gamma, ...
4 years, 3 months ago (2016-09-16 23:50:33 UTC) #18
servolk
https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h File ui/gfx/color_space.h (right): https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h#newcode73 ui/gfx/color_space.h:73: ARIB_STD_B67 = 18, // AKA hybrid-log gamma, HLG On ...
4 years, 3 months ago (2016-09-16 23:54:27 UTC) #19
servolk
4 years, 3 months ago (2016-09-16 23:54:28 UTC) #20
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/2342963003/60001
4 years, 3 months ago (2016-09-16 23:56:20 UTC) #23
servolk
https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h File ui/gfx/color_space.h (right): https://codereview.chromium.org/2342963003/diff/40001/ui/gfx/color_space.h#newcode73 ui/gfx/color_space.h:73: ARIB_STD_B67 = 18, // AKA hybrid-log gamma, HLG On ...
4 years, 3 months ago (2016-09-16 23:56:49 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-17 01:07:06 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-17 01:10:55 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b51b4c09996725907fec2f9436d0c36cadd0d0c2
Cr-Commit-Position: refs/heads/master@{#419357}

Powered by Google App Engine
This is Rietveld 408576698