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

DVD

开发平台:

Others

  1. #include "Includesysdefs.h"
  2. #ifdef SUPPORT_CAPTURE_LOGO
  3. CONST short DCT_arr[8][8]={
  4.    { 90,    90,    90,    90,    90,    90,    90,    90},
  5.    {125,   106,    71,    24,   -24,   -71,  -106,  -125},
  6.    {118,    48,   -48,  -118,  -118,   -48,    48,   118},
  7.    {106,   -24,  -125,   -71,    71,   125,    24,  -106},
  8.    {90,   -90,   -90,    90,    90,   -90,   -90,    90},
  9.    {71,  -125,    24,   106,  -106,   -24,   125,   -71},
  10.    {48,  -118,   118,   -48,   -48,   118,  -118,    48},
  11.    {24,   -71,   106,  -125,   125,  -106,    71,   -24}
  12. };
  13. #endif