openMSX
|
Classes | |
struct | Coefs |
Functions | |
void | convert (const th_ycbcr_buffer &input, RawFrame &output) |
Variables | |
constexpr int | PREC = 15 |
constexpr int | COEF_Y = int(1.164 * (1 << PREC) + 0.5) |
constexpr int | COEF_RV = int(1.596 * (1 << PREC) + 0.5) |
constexpr int | COEF_GU = int(0.391 * (1 << PREC) + 0.5) |
constexpr int | COEF_GV = int(0.813 * (1 << PREC) + 0.5) |
constexpr int | COEF_BU = int(2.018 * (1 << PREC) + 0.5) |
void openmsx::yuv2rgb::convert | ( | const th_ycbcr_buffer & | input, |
RawFrame & | output | ||
) |
Definition at line 343 of file yuv2rgb.cc.
References openmsx::DiskImageUtils::format(), and openmsx::FrameSource::getPixelFormat().
Referenced by openmsx::OggReader::getFrameNo().
|
constexpr |
Definition at line 262 of file yuv2rgb.cc.
|
constexpr |
Definition at line 260 of file yuv2rgb.cc.
|
constexpr |
Definition at line 261 of file yuv2rgb.cc.
|
constexpr |
Definition at line 259 of file yuv2rgb.cc.
|
constexpr |
Definition at line 258 of file yuv2rgb.cc.
|
constexpr |
Definition at line 257 of file yuv2rgb.cc.