Searched refs:tileno (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | pi.h | 127 OPJ_UINT32 tileno, 153 OPJ_UINT32 tileno, 169 OPJ_UINT32 tileno);
|
D | pi.c | 146 OPJ_UINT32 tileno, 178 OPJ_UINT32 tileno, 198 OPJ_UINT32 tileno); 219 OPJ_UINT32 tileno, 858 OPJ_UINT32 tileno, in opj_get_all_encoding_parameters() argument 889 assert(tileno < p_cp->tw * p_cp->th); in opj_get_all_encoding_parameters() 892 tcp = &p_cp->tcps [tileno]; in opj_get_all_encoding_parameters() 897 p = tileno % p_cp->tw; in opj_get_all_encoding_parameters() 898 q = tileno / p_cp->tw; in opj_get_all_encoding_parameters() 990 OPJ_UINT32 tileno) in opj_pi_create() argument [all …]
|
D | t2.h | 83 OPJ_UINT32 tileno, 112 OPJ_UINT32 tileno,
|
D | indexbox_manager.h | 149 int opj_write_tilemhix(int coff, opj_codestream_info_t cstr_info, int tileno,
|
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 | 779 int tileno; member 908 int tileno; member 971 OPJ_UINT32 tileno; member
|
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 891 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet() 935 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno]; in opj_t2_encode_packet()
|
D | tcd.h | 405 OPJ_UINT32 tileno,
|
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()
|