Searched refs:tileno (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.h | 127 OPJ_UINT32 tileno, 153 OPJ_UINT32 tileno, 169 OPJ_UINT32 tileno);
|
D | t2.h | 83 OPJ_UINT32 tileno, 112 OPJ_UINT32 tileno,
|
D | pi.c | 146 OPJ_UINT32 tileno, 178 OPJ_UINT32 tileno, 198 OPJ_UINT32 tileno); 219 OPJ_UINT32 tileno, 861 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters() argument 892 assert(tileno < p_cp->tw * p_cp->th); in opj_get_all_encoding_parameters() 895 tcp = &p_cp->tcps [tileno]; in opj_get_all_encoding_parameters() 900 p = tileno % p_cp->tw; in opj_get_all_encoding_parameters() 901 q = tileno / p_cp->tw; in opj_get_all_encoding_parameters() 993 OPJ_UINT32 tileno) in opj_pi_create() argument [all …]
|
D | j2k.c | 1013 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, 1247 OPJ_UINT32 tileno); 1723 OPJ_UINT32 tileno) in opj_j2k_get_num_tp() argument 1732 assert(tileno < (cp->tw * cp->th)); in opj_j2k_get_num_tp() 1733 assert(pino < (cp->tcps[tileno].numpocs + 1)); in opj_j2k_get_num_tp() 1736 tcp = &cp->tcps[tileno]; in opj_j2k_get_num_tp() 1786 OPJ_UINT32 pino, tileno; in opj_j2k_calculate_tp() local 1839 for (tileno = 0; tileno < l_nb_tiles; ++tileno) { in opj_j2k_calculate_tp() 1842 opj_pi_update_encoding_parameters(image, cp, tileno); in opj_j2k_calculate_tp() 1845 OPJ_UINT32 tp_num = opj_j2k_get_num_tp(cp, pino, tileno); in opj_j2k_calculate_tp() [all …]
|
D | openjpeg.h | 775 int tileno; member 904 int tileno; member 967 OPJ_UINT32 tileno; member
|
D | tcd.h | 405 OPJ_UINT32 tileno,
|
D | t2.c | 76 static OPJ_BOOL opj_t2_encode_packet(OPJ_UINT32 tileno, 643 static OPJ_BOOL opj_t2_encode_packet(OPJ_UINT32 tileno, in opj_t2_encode_packet() argument 899 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet() 943 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet()
|
D | tcd.c | 51 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ in tcd_dump() local 58 for (tileno = 0; tileno < img->th * img->tw; tileno++) { in tcd_dump() 59 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno]; in tcd_dump()
|