HomeSort by relevance Sort by last modified time
    Searched refs:tileno (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t2.h 69 @param tileno number of the tile encoded
83 OPJ_UINT32 tileno,
100 @param tileno number that identifies the tile for which to decode the packets
112 OPJ_UINT32 tileno,
pi.h 120 * @param tileno index of the tile being encoded.
127 OPJ_UINT32 tileno,
145 @param tileno Number that identifies the tile for which to list the packets
153 OPJ_UINT32 tileno,
163 @param tileno Number that identifies the tile for which to list the packets
169 OPJ_UINT32 tileno);
indexbox_manager.h 149 int opj_write_tilemhix(int coff, opj_codestream_info_t cstr_info, int tileno,
pi.c 134 * @param tileno the tile index of the tile being encoded.
146 OPJ_UINT32 tileno,
165 * @param tileno the tile index of the tile being encoded.
178 OPJ_UINT32 tileno,
194 * @param tileno the index of the tile from which creating the packet iterator.
198 OPJ_UINT32 tileno);
219 OPJ_UINT32 tileno,
    [all...]
openjpeg.h 779 int tileno; member in struct:opj_tile_info
908 int tileno; member in struct:opj_tile_v2_info
971 OPJ_UINT32 tileno; member in struct:opj_tile_index
    [all...]
j2k.c 1786 OPJ_UINT32 pino, tileno; local
4349 OPJ_UINT32 tileno = p_j2k->m_current_tile_number; local
6748 OPJ_UINT32 i, j, tileno, numpocs_tile; local
    [all...]
tcd.h 392 @param tileno Number that identifies one of the tiles to be decoded
405 OPJ_UINT32 tileno,
t2.c 64 @param tileno Number of the tile encoded
76 static OPJ_BOOL opj_t2_encode_packet(OPJ_UINT32 tileno,
643 static OPJ_BOOL opj_t2_encode_packet(OPJ_UINT32 tileno,
    [all...]
tcd.c 51 int tileno, compno, resno, bandno, precno;/*, cblkno;*/ local
58 for (tileno = 0; tileno < img->th * img->tw; tileno++) {
59 opj_tcd_tile_t *tile = &tcd->tcd_image->tiles[tileno];
    [all...]

Completed in 91 milliseconds