xoreos
0.0.5
|
Public Member Functions | |
YUVToRGBLookup (YUVToRGBManager::LuminanceScale scale) | |
YUVToRGBManager::LuminanceScale | getScale () const |
const byte * | getRGBToPix () const |
Private Attributes | |
YUVToRGBManager::LuminanceScale | _scale |
byte | _rgbToPix [3 *768] |
Definition at line 99 of file yuv_to_rgb.cpp.
Graphics::YUVToRGBLookup::YUVToRGBLookup | ( | YUVToRGBManager::LuminanceScale | scale | ) |
Definition at line 111 of file yuv_to_rgb.cpp.
References _rgbToPix, _scale, and Graphics::YUVToRGBManager::kScaleFull.
|
inline |
Definition at line 104 of file yuv_to_rgb.cpp.
References _rgbToPix.
Referenced by Graphics::YUVToRGBManager::convert420().
|
inline |
Definition at line 103 of file yuv_to_rgb.cpp.
References _scale.
|
private |
Definition at line 108 of file yuv_to_rgb.cpp.
Referenced by getRGBToPix(), and YUVToRGBLookup().
|
private |
Definition at line 107 of file yuv_to_rgb.cpp.
Referenced by getScale(), and YUVToRGBLookup().