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

Audio

开发平台:

Visual C++

  1. /*!
  2.  ***************************************************************************
  3.  *
  4.  * file transform8x8.h
  5.  *
  6.  * brief
  7.  *    prototypes of 8x8 transform functions
  8.  *
  9.  * date
  10.  *    9. October 2003
  11.  *
  12.  * author
  13.  *    Main contributors (see contributors.h for copyright, address and affiliation details)
  14.  *    - Yuri Vatis
  15.  **************************************************************************/
  16. #ifndef _TRANSFORM8X8_H_
  17. #define _TRANSFORM8X8_H_
  18. int    intrapred8x8(ImageParameters *img, Macroblock *currMB, ColorPlane pl, int b8);
  19. #endif