IDCT.H
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:

VC书籍

开发平台:

Visual C++

  1. // idct.h //
  2. #ifndef _IDCT_H_
  3. #define _IDCT_H_
  4. #ifdef _INTEL_IDCT_
  5. #define Fast_IDCT idct
  6. #endif // _INTEL_IDCT_
  7. #endif // _IDCT_H_