www.pudn.com > J2KLib.rar > t1.h


#ifndef __T1_H
#define __T1_H

#include "tcd.h"
#include "j2k.h"

void t1_init_luts();
void t1_encode_cblks(tcd_tile_t *tile, j2k_tcp_t *tcp);
void t1_decode_cblks(tcd_tile_t *tile, j2k_tcp_t *tcp);

#endif