transform8x8.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- *
- * file transform8x8.h
- *
- * brief
- * prototypes of 8x8 transform functions
- *
- * date
- * 9. October 2003
- *
- * author
- * Main contributors (see contributors.h for copyright, address and affiliation details)
- * - Yuri Vatis
- **************************************************************************/
- #ifndef _TRANSFORM8X8_H_
- #define _TRANSFORM8X8_H_
- int intrapred8x8(ImageParameters *img, Macroblock *currMB, ColorPlane pl, int b8);
- #endif