cconv_yuv2rgb.h
来自「H.264编码实现」· C头文件 代码 · 共 29 行
H
29 行
/*!
***************************************************************************
* \file
* cconv_yuv2rgb.h
*
* \author
* Woo-Shik Kim
*
* \date
* 29 May 2008
*
* \brief
* Headerfile for YUV to RGB color conversion
**************************************************************************
*/
#ifndef _CCONV_YUV2RGB_H_
#define _CCONV_YUV2RGB_H_
#include "img_distortion.h"
void init_YUVtoRGB(void);
void YUVtoRGB(ImageStructure *YUV, ImageStructure *RGB);
int create_RGB_memory(ImageParameters *img);
void delete_RGB_memory(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?