intrarefresh.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ***************************************************************************
- *
- * file intrarefresh.h
- *
- * brief
- * Pseudo-Raqndom Intra macroblock refresh support
- *
- * date
- * 16 June 2002
- *
- * author
- * Stephan Wenger stewe@cs.tu-berlin.de
- **************************************************************************/
- #ifndef _INTRAREFRESH_H_
- #define _INTRAREFRESH_H_
- void RandomIntraInit(int xsize, int ysize, int refresh);
- void RandomIntraUninit(void);
- int RandomIntra (int mb); //! returns 1 for MBs that need forced Intra
- void RandomIntraNewPicture (void); //! to be called once per picture
- #endif //_INTRAREFRESH_H_