cconv_yuv2rgb.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- * 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