xoreos
0.0.5
|
Efficient YUV to RGB conversion. More...
#include "src/common/error.h"
#include "src/common/singleton.h"
#include "src/common/util.h"
#include "src/graphics/yuv_to_rgb.h"
Go to the source code of this file.
Classes | |
class | Graphics::YUVToRGBLookup |
Namespaces | |
Graphics | |
Macros | |
#define | PUT_PIXEL(s, a, d) |
Efficient YUV to RGB conversion.
Definition in file yuv_to_rgb.cpp.
#define PUT_PIXEL | ( | s, | |
a, | |||
d | |||
) |
Definition at line 192 of file yuv_to_rgb.cpp.
Referenced by Graphics::YUVToRGBManager::convert420().