Closed
Bug 1273056
Opened 9 years ago
Closed 9 years ago
Redundant ConvertYCbCrToRGB() implementation
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
Details
Attachments
(1 file, 1 obsolete file)
10.19 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
There are two ConvertYCbCrToRGB() implementation
- gfx::ConvertYCbCrToRGB()
https://dxr.mozilla.org/mozilla-central/source/gfx/ycbcr/YCbCrUtils.cpp#70
- gfxUtils::ConvertYCbCrToRGB()
https://dxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxUtils.cpp#907
gfx::ConvertYCbCrToRGB() is used more than gfxUtils::ConvertYCbCrToRGB().
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8752676 -
Flags: review?(nical.bugzilla)
Updated•9 years ago
|
Attachment #8752676 -
Flags: review?(nical.bugzilla) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•