img_chroma.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- * file
- * img_chroma.h
- *
- * author
- * Athanasios Leontaris <aleon@dolby.com>
- * Alexis Michael Tourapis <alexis.tourapis@dolby.com>
- *
- * date
- * 4. October 2006
- *
- * brief
- * Headerfile for luma interpolation functions
- **************************************************************************
- */
- #ifndef _IMG_CHROMA_H_
- #define _IMG_CHROMA_H_
- void getSubImagesChroma( StorablePicture *s );
- #endif // _IMG_CHROMA_H_