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

Issue 7519024: Fix possible typos in RGB->YUV conversion (Closed)

Created:
9 years, 4 months ago by Hironori Bono
Modified:
9 years, 4 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

Fix possible typos. This change just fixes a possible typo in RGB->YUV conversion formulae. (If I recall correctly, 'v = 112 * r - 94 * g - 18 * b' as written in <http://en.wikipedia.org/wiki/YUV>.) (I noticed this issue when I implement RGB->YUV conversion in YASM.) BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96756

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M media/base/yuv_convert_c.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/yuv_convert_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
Greetings, I just would like to send this change to figure out if it is ...
9 years, 4 months ago (2011-08-01 10:50:07 UTC) #1
Alpha Left Google
9 years, 4 months ago (2011-08-01 10:56:27 UTC) #2
LGTM.

I don't remember writing this code but this change looks good to me. Thanks for
spotting it!

Powered by Google App Engine
This is Rietveld 408576698