mct.h
上传用户:xin6688482
上传日期:2013-09-07
资源大小:276k
文件大小:0k
源码类别:

图形图像处理

开发平台:

C++ Builder

  1. #ifndef __MCT_H
  2. #define __MCT_H
  3. void mct_encode(int *c0, int *c1, int *c2, int n);
  4. void mct_decode(int *c0, int *c1, int *c2, int n);
  5. double mct_getnorm(int compno);
  6. void mct_encode_real(int *c0, int *c1, int *c2, int n);
  7. void mct_decode_real(int *c0, int *c1, int *c2, int n);
  8. double mct_getnorm_real(int compno);
  9. #endif