Lines Matching refs:tcd
42 @file tcd.h
43 @brief Implementation of a tile coder/decoder (TCD)
45 The functions in TCD.C encode or decode each tile independently from
46 each other. The functions in TCD.C are used by other functions in J2K.C.
49 /** @defgroup TCD TCD - Implementation of a tile coder/decoder */
221 /** tell if the tcd is a decoder. */
230 Dump the content of a tcd structure
232 /*void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t *img);*/ /* TODO MSD shoul use the new v2 structures */
235 Create a new TCD handle
237 @return Returns a new TCD handle if successful returns NULL otherwise
242 Destroy a previously created TCD handle
243 @param tcd TCD handle to destroy
245 void opj_tcd_destroy(opj_tcd_t *tcd);
249 * @param p_tcd TCD handle.
271 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno, OPJ_UINT32 final);
273 void opj_tcd_rateallocate_fixed(opj_tcd_t *tcd);
275 void opj_tcd_makelayer( opj_tcd_t *tcd,
280 OPJ_BOOL opj_tcd_rateallocate( opj_tcd_t *tcd,
311 @param tcd TCD handle
318 OPJ_BOOL opj_tcd_decode_tile( opj_tcd_t *tcd,
341 * @param p_tcd TCD handle.