cconv_yuv2rgb.h File Reference

Headerfile for YUV to RGB color conversion. More...

#include "img_distortion.h"

Include dependency graph for cconv_yuv2rgb.h:

This graph shows which files directly or indirectly include this file:

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)


Detailed Description

Headerfile for YUV to RGB color conversion.

cconv_yuv2rgb.h

Author:
Woo-Shik Kim
Date:
29 May 2008

Definition in file cconv_yuv2rgb.h.


Function Documentation

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.


Documentation generated with DoxyGen