Searched refs:tileno (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dt2.h68 @param tileno number of the tile encoded
81 OPJ_UINT32 tileno,
96 @param tileno number that identifies the tile for which to decode the packets
106 OPJ_UINT32 tileno,
H A Dpi.h118 * @param tileno index of the tile being encoded.
125 OPJ_UINT32 tileno,
143 @param tileno Number that identifies the tile for which to list the packets
151 OPJ_UINT32 tileno,
161 @param tileno Number that identifies the tile for which to list the packets
167 OPJ_UINT32 tileno);
H A Dindexbox_manager.h142 int opj_write_tilemhix( int coff, opj_codestream_info_t cstr_info, int tileno, opj_stream_private_t *cio,
H A Dpi.c135 * @param tileno the tile index of the tile being encoded.
147 OPJ_UINT32 tileno,
166 * @param tileno the tile index of the tile being encoded.
179 OPJ_UINT32 tileno,
195 * @param tileno the index of the tile from which creating the packet iterator.
199 OPJ_UINT32 tileno );
220 OPJ_UINT32 tileno,
681 OPJ_UINT32 tileno,
712 assert(tileno < p_cp->tw * p_cp->th);
715 tcp = &p_cp->tcps [tileno];
679 opj_get_all_encoding_parameters( const opj_image_t *p_image, const opj_cp_t *p_cp, OPJ_UINT32 tileno, OPJ_INT32 * p_tx0, OPJ_INT32 * p_tx1, OPJ_INT32 * p_ty0, OPJ_INT32 * p_ty1, OPJ_UINT32 * p_dx_min, OPJ_UINT32 * p_dy_min, OPJ_UINT32 * p_max_prec, OPJ_UINT32 * p_max_res, OPJ_UINT32 ** p_resolutions ) argument
1075 opj_pi_check_next_level( OPJ_INT32 pos, opj_cp_t *cp, OPJ_UINT32 tileno, OPJ_UINT32 pino, const OPJ_CHAR *prog) argument
1555 opj_pi_create_encode( opj_pi_iterator_t *pi, opj_cp_t *cp, OPJ_UINT32 tileno, OPJ_UINT32 pino, OPJ_UINT32 tpnum, OPJ_INT32 tppos, J2K_T2_MODE t2_mode) argument
[all...]
H A Dopenjpeg.h770 int tileno; member in struct:opj_tile_info
900 int tileno; member in struct:opj_tile_v2_info
963 OPJ_UINT32 tileno; member in struct:opj_tile_index
H A Dj2k.c950 @param tileno tile index number
956 static OPJ_BOOL opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len);
1173 * @param tileno the given tile.
1177 static OPJ_UINT32 opj_j2k_get_num_tp( opj_cp_t *cp, OPJ_UINT32 pino, OPJ_UINT32 tileno);
1638 static OPJ_UINT32 opj_j2k_get_num_tp(opj_cp_t *cp, OPJ_UINT32 pino, OPJ_UINT32 tileno) argument
1647 assert(tileno < (cp->tw * cp->th));
1648 assert(pino < (cp->tcps[tileno].numpocs + 1));
1651 tcp = &cp->tcps[tileno];
1703 OPJ_UINT32 pino,tileno; local
1723 for (tileno
4017 OPJ_UINT32 tileno = p_j2k->m_current_tile_number; local
6159 OPJ_UINT32 i, j, tileno, numpocs_tile; local
6684 opj_j2k_add_tlmarker(OPJ_UINT32 tileno, opj_codestream_index_t *cstr_index, OPJ_UINT32 type, OPJ_OFF_T pos, OPJ_UINT32 len) argument
[all...]
H A Dtcd.h314 @param tileno Number that identifies one of the tiles to be decoded
321 OPJ_UINT32 tileno,
H A Dt2.c61 @param tileno Number of the tile encoded
71 static OPJ_BOOL opj_t2_encode_packet( OPJ_UINT32 tileno,
560 static OPJ_BOOL opj_t2_encode_packet( OPJ_UINT32 tileno, argument
745 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno];
777 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno];
H A Dtcd.c48 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ local
54 for (tileno = 0; tileno < img->th * img->tw; tileno++) {
55 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno];

Completed in 162 milliseconds