Searched refs:tcd (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | tcd.h | 245 void opj_tcd_destroy(opj_tcd_t *tcd); 270 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno, OPJ_UINT32 final); 272 void opj_tcd_rateallocate_fixed(opj_tcd_t *tcd); 274 void opj_tcd_makelayer( opj_tcd_t *tcd, 279 OPJ_BOOL opj_tcd_rateallocate( opj_tcd_t *tcd, 316 OPJ_BOOL opj_tcd_decode_tile( opj_tcd_t *tcd,
|
D | tcd.c | 47 void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t * img) { in tcd_dump() argument 52 img->tw, img->th, tcd->image->x0, tcd->image->x1, tcd->image->y0, tcd->image->y1); in tcd_dump() 55 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno]; in tcd_dump() 142 static void opj_tcd_free_tile(opj_tcd_t *tcd); 208 void opj_tcd_rateallocate_fixed(opj_tcd_t *tcd) { in opj_tcd_rateallocate_fixed() argument 211 for (layno = 0; layno < tcd->tcp->numlayers; layno++) { in opj_tcd_rateallocate_fixed() 212 opj_tcd_makelayer_fixed(tcd, layno, 1); in opj_tcd_rateallocate_fixed() 217 void opj_tcd_makelayer( opj_tcd_t *tcd, in opj_tcd_makelayer() argument 225 opj_tcd_tile_t *tcd_tile = tcd->tcd_image->tiles; in opj_tcd_makelayer() 302 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno, OPJ_UINT32 final) { in opj_tcd_makelayer_fixed() argument [all …]
|
D | CMakeLists.txt | 28 ${CMAKE_CURRENT_SOURCE_DIR}/tcd.c
|
/external/mksh/src/ |
D | check.t | 8346 a tcd 345 #75 a 8371 d tcd 345 #75 d
|