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

图形图像处理

开发平台:

C++ Builder

  1. #ifndef __T1_H
  2. #define __T1_H
  3. #include "tcd.h"
  4. #include "j2k.h"
  5. void t1_init_luts();
  6. void t1_encode_cblks(tcd_tile_t *tile, j2k_tcp_t *tcp);
  7. void t1_decode_cblks(tcd_tile_t *tile, j2k_tcp_t *tcp);
  8. #endif