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

  /external/pdfium/third_party/libopenjpeg20/
t2.h 68 @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,
pi.h 118 * @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);
indexbox_manager.h 142 int opj_write_tilemhix( int coff, opj_codestream_info_t cstr_info, int tileno, opj_stream_private_t *cio,
pi.c 135 * @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];
    [all...]
openjpeg.h 770 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
    [all...]
j2k.c 1703 OPJ_UINT32 pino,tileno; local
4011 OPJ_UINT32 tileno = p_j2k->m_current_tile_number; local
6149 OPJ_UINT32 i, j, tileno, numpocs_tile; local
    [all...]
tcd.h 314 @param tileno Number that identifies one of the tiles to be decoded
321 OPJ_UINT32 tileno,
t2.c 61 @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,
745 opj_packet_info_t *info_PK = &cstr_info->tile[tileno].packet[cstr_info->packno];
    [all...]
tcd.c 48 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];
    [all...]
  /external/opencv3/3rdparty/libjasper/
jpc_dec.c 492 if (JAS_CAST(int, sot->tileno) > dec->numtiles) {
497 dec->curtile = &dec->tiles[sot->tileno];
1138 int tileno; local
1164 int tileno; local
1986 int tileno; local
    [all...]
jpc_enc.h 560 uint_fast32_t tileno; member in struct:jpc_enc_tile_s
jpc_enc.c 122 jpc_enc_tile_t *jpc_enc_tile_create(jpc_enc_cp_t *cp, jas_image_t *image, int tileno);
1099 int tileno; local
    [all...]
jpc_cs.h 140 uint_fast16_t tileno; member in struct:__anon20254
jpc_cs.c 430 if (jpc_getuint16(in, &sot->tileno) ||
449 if (jpc_putuint16(out, sot->tileno) ||
461 fprintf(out, "tileno = %d; len = %d; partno = %d; numparts = %d\n",
462 (int)sot->tileno, (int)sot->len, sot->partno, sot->numparts);
    [all...]

Completed in 61 milliseconds