intrarefresh.h
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  *
  4.  * file intrarefresh.h
  5.  *
  6.  * brief
  7.  *    Pseudo-Raqndom Intra macroblock refresh support
  8.  *
  9.  * date
  10.  *    16 June 2002
  11.  *
  12.  * author
  13.  *    Stephan Wenger   stewe@cs.tu-berlin.de
  14.  **************************************************************************/
  15. #ifndef _INTRAREFRESH_H_
  16. #define _INTRAREFRESH_H_
  17. void RandomIntraInit(int xsize, int ysize, int refresh);
  18. void RandomIntraUninit(void);
  19. int RandomIntra (int mb);   //! returns 1 for MBs that need forced Intra
  20. void RandomIntraNewPicture (void);  //! to be called once per picture
  21. #endif //_INTRAREFRESH_H_