Searched defs:tcd (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dj2k.c1427 opj_tcd_t *tcd = (opj_tcd_t*)tile_coder; /* cast is needed because of conflicts in header inclusions */ local
1615 opj_tcd_t *tcd = tcd_create(j2k->cinfo); local
2362 opj_tcd_t *tcd = NULL; /* TCD component */ local
[all...]
H A Dtcd.c36 void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t * img) { argument
102 opj_tcd_t *tcd = (opj_tcd_t*)opj_malloc(sizeof(opj_tcd_t)); local
117 tcd_destroy(opj_tcd_t *tcd) argument
126 tcd_malloc_encode(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp, int curtileno) argument
354 tcd_free_encode(opj_tcd_t *tcd) argument
401 tcd_init_encode(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp, int curtileno) argument
615 tcd_malloc_decode(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp) argument
680 tcd_malloc_decode_tile(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp, int tileno, opj_codestream_info_t *cstr_info) argument
848 tcd_makelayer_fixed(opj_tcd_t *tcd, int layno, int final) argument
937 tcd_rateallocate_fixed(opj_tcd_t *tcd) argument
944 tcd_makelayer(opj_tcd_t *tcd, int layno, double thresh, int final) argument
1014 tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_codestream_info_t *cstr_info) argument
1181 tcd_encode_tile(opj_tcd_t *tcd, int tileno, unsigned char *dest, int len, opj_codestream_info_t *cstr_info) argument
1330 tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno, opj_codestream_info_t *cstr_info) argument
1524 tcd_free_decode(opj_tcd_t *tcd) argument
1535 tcd_free_decode_tile(opj_tcd_t *tcd, int tileno) argument
[all...]

Completed in 101 milliseconds