Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:OPJ_UINT32

57 	OPJ_UINT32 dataindex;
58 OPJ_UINT32 numpasses;
59 OPJ_UINT32 real_num_passes;
60 OPJ_UINT32 len;
61 OPJ_UINT32 maxpasses;
62 OPJ_UINT32 numnewpasses;
63 OPJ_UINT32 newlen;
70 OPJ_UINT32 rate;
72 OPJ_UINT32 len;
73 OPJ_UINT32 term : 1;
80 OPJ_UINT32 numpasses; /* Number of passes in the layer */
81 OPJ_UINT32 len; /* len of information */
94 OPJ_UINT32 numbps;
95 OPJ_UINT32 numlenbits;
96 OPJ_UINT32 data_size; /* Size of allocated data buffer */
97 OPJ_UINT32 numpasses; /* number of pass already done for the code-blocks */
98 OPJ_UINT32 numpassesinlayers; /* number of passes in the layer */
99 OPJ_UINT32 totalpasses; /* total number of passes */
107 OPJ_UINT32 numbps;
108 OPJ_UINT32 numlenbits;
109 OPJ_UINT32 data_max_size; /* Size of allocated data buffer */
110 OPJ_UINT32 data_current_size; /* Size of used data buffer */
111 OPJ_UINT32 numnewpasses; /* number of pass added to the code-blocks */
112 OPJ_UINT32 numsegs; /* number of segments */
113 OPJ_UINT32 real_num_segs;
114 OPJ_UINT32 m_current_max_segs;
122 OPJ_UINT32 cw, ch; /* number of precinct in width and height */
128 OPJ_UINT32 block_size; /* size taken by cblks (in bytes) */
138 OPJ_UINT32 bandno;
140 OPJ_UINT32 precincts_data_size; /* size of data taken by precincts */
150 OPJ_UINT32 pw, ph;
151 OPJ_UINT32 numbands; /* number sub-band for the resolution level */
161 OPJ_UINT32 numresolutions; /* number of resolutions level */
162 OPJ_UINT32 minimum_num_resolutions; /* number of resolutions level to decode (at max)*/
164 OPJ_UINT32 resolutions_size; /* size of data for resolutions (in bytes) */
167 OPJ_UINT32 data_size_needed; /* we may either need to allocate this amount of data, or re-use image data and ignore this value */
168 OPJ_UINT32 data_size; /* size of the data of the component */
178 OPJ_UINT32 numcomps; /* number of components in tile */
183 OPJ_UINT32 packno; /* packet number */
204 OPJ_UINT32 tp_num;
206 OPJ_UINT32 cur_tp_num;
208 OPJ_UINT32 cur_totnum_tp;
210 OPJ_UINT32 cur_pino;
220 OPJ_UINT32 tcd_tileno;
222 OPJ_UINT32 m_is_decoder : 1;
269 OPJ_BOOL opj_tcd_init_decode_tile(opj_tcd_t *p_tcd, OPJ_UINT32 p_tile_no, opj_event_mgr_t* p_manager);
271 void opj_tcd_makelayer_fixed(opj_tcd_t *tcd, OPJ_UINT32 layno, OPJ_UINT32 final);
276 OPJ_UINT32 layno,
278 OPJ_UINT32 final);
282 OPJ_UINT32 * p_data_written,
283 OPJ_UINT32 len,
289 OPJ_UINT32 opj_tcd_get_decoded_tile_size (opj_tcd_t *p_tcd );
302 OPJ_UINT32 p_tile_no,
304 OPJ_UINT32 * p_data_written,
305 OPJ_UINT32 p_len,
320 OPJ_UINT32 len,
321 OPJ_UINT32 tileno,
331 OPJ_UINT32 p_dest_length );
336 OPJ_UINT32 opj_tcd_get_encoded_tile_size ( opj_tcd_t *p_tcd );
348 OPJ_UINT32 p_tile_no, opj_event_mgr_t* p_manager );
355 OPJ_UINT32 p_src_length );