inv_mdct.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. /* inv_mdct.h - Function prototype for Inverse Modified
  2.    Discrete Cosine Transform.
  3.    Last edit : 04/14/97  */
  4. #ifndef INV_MDCT_H
  5. #define INV_MDCT_H
  6. #include "all.h"
  7. void inv_mdct(real *in, real *out, int32 block_type);
  8. #endif