#include <mnt_color.h>
Static Public Member Functions | |
static void | yuv_to_rgb_420 (MntByteImage *yBuf, MntByteImage *uBuf, MntByteImage *vBuf, MntByteImage *rBuf, MntByteImage *gBuf, MntByteImage *bBuf) |
static void | rgb_to_yuv_420 (MntByteImage *rBuf, MntByteImage *gBuf, MntByteImage *bBuf, MntByteImage *yBuf, MntByteImage *uBuf, MntByteImage *vBuf) |
Static Private Attributes | |
static int | RY [256] |
static int | GY [256] |
static int | BY [256] |
static int | RU [256] |
static int | GU [256] |
static int | BRUV [256] |
static int | GV [256] |
static int | BV [256] |
static short | VR [256] |
static short | UB [256] |
static int | UG [256] |
static int | VG [256] |
Currently it supports on conversion between YUV in 4:2:0 color sub-sampling and RGB color space.