dct.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:0k
源码类别:

DVD

开发平台:

Others

  1. #ifndef _DCT_H
  2. #define _DCT_H
  3. #include "Includesysdefs.h"
  4. extern CONST short DCT_arr[8][8]; /* at 16.8 fixed point */
  5. void dct(short block[8][8]);
  6. #endif