#include "img_distortion.h"
Go to the source code of this file.
Functions | |
void | init_YUVtoRGB (ImageParameters *p_Img, InputParameters *p_Inp) |
void | YUVtoRGB (ImageParameters *p_Img, ImageStructure *YUV, ImageStructure *RGB) |
int | create_RGB_memory (ImageParameters *p_Img) |
void | delete_RGB_memory (ImageParameters *p_Img) |
Definition in file cconv_yuv2rgb.h.
void YUVtoRGB | ( | ImageParameters * | p_Img, | |
ImageStructure * | YUV, | |||
ImageStructure * | RGB | |||
) |
YUV to RGB conversion ITU 601 with and without offset consideration Upsampling by repetition of chroma samples in case of 4:2:0 and 4:2:2 Method not support for 4:0:0 content.
Definition at line 91 of file cconv_yuv2rgb.c.
References YUV444.