rd_intra_jm.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:0k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- * file
- * rd_intra_jm.h
- *
- * author
- * Alexis Michael Tourapis
- *
- * date
- * 2 January 2008
- *
- * brief
- * Headerfile for JM rd based intra mode decision
- **************************************************************************
- */
- #ifndef _RD_INTRA_JM_H_
- #define _RD_INTRA_JM_H_
- void Intra16x16_Mode_Decision (Macroblock* currMB, int* i16mode, int is_cavlc);
- #endif