Searched refs:tileno (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | pi.h | 125 OPJ_UINT32 tileno, 151 OPJ_UINT32 tileno, 167 OPJ_UINT32 tileno);
|
D | t2.h | 81 OPJ_UINT32 tileno, 106 OPJ_UINT32 tileno,
|
D | pi.c | 146 OPJ_UINT32 tileno, 178 OPJ_UINT32 tileno, 198 OPJ_UINT32 tileno ); 219 OPJ_UINT32 tileno, 671 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters() argument 702 assert(tileno < p_cp->tw * p_cp->th); in opj_get_all_encoding_parameters() 705 tcp = &p_cp->tcps [tileno]; in opj_get_all_encoding_parameters() 710 p = tileno % p_cp->tw; in opj_get_all_encoding_parameters() 711 q = tileno / p_cp->tw; in opj_get_all_encoding_parameters() 794 OPJ_UINT32 tileno ) in opj_pi_create() argument [all …]
|
D | indexbox_manager.h | 142 int opj_write_tilemhix( int coff, opj_codestream_info_t cstr_info, int tileno, opj_stream_private_t…
|
D | j2k.c | 925 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UIN… 1146 static OPJ_UINT32 opj_j2k_get_num_tp( opj_cp_t *cp, OPJ_UINT32 pino, OPJ_UINT32 tileno); 1595 OPJ_UINT32 opj_j2k_get_num_tp(opj_cp_t *cp, OPJ_UINT32 pino, OPJ_UINT32 tileno) in opj_j2k_get_num_tp() argument 1604 assert(tileno < (cp->tw * cp->th)); in opj_j2k_get_num_tp() 1605 assert(pino < (cp->tcps[tileno].numpocs + 1)); in opj_j2k_get_num_tp() 1608 tcp = &cp->tcps[tileno]; in opj_j2k_get_num_tp() 1660 OPJ_UINT32 pino,tileno; in opj_j2k_calculate_tp() local 1710 for (tileno = 0; tileno < l_nb_tiles; ++tileno) { in opj_j2k_calculate_tp() 1713 opj_pi_update_encoding_parameters(image,cp,tileno); in opj_j2k_calculate_tp() 1716 OPJ_UINT32 tp_num = opj_j2k_get_num_tp(cp,pino,tileno); in opj_j2k_calculate_tp() [all …]
|
D | openjpeg.h | 767 int tileno; member 897 int tileno; member 960 OPJ_UINT32 tileno; member
|
D | tcd.h | 319 OPJ_UINT32 tileno,
|
D | t2.c | 71 static OPJ_BOOL opj_t2_encode_packet( OPJ_UINT32 tileno, 553 OPJ_BOOL opj_t2_encode_packet( OPJ_UINT32 tileno, in opj_t2_encode_packet() argument 738 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet() 770 … opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet()
|
D | tcd.c | 48 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ in tcd_dump() local 54 for (tileno = 0; tileno < img->th * img->tw; tileno++) { in tcd_dump() 55 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno]; in tcd_dump()
|