• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

213                          OPJ_UINT32*,  in opj_create_decompress()
214 OPJ_UINT32*, in opj_create_decompress()
217 OPJ_UINT32*, in opj_create_decompress()
224 OPJ_UINT32, in opj_create_decompress()
226 OPJ_UINT32, in opj_create_decompress()
241 OPJ_UINT32 tile_index)) opj_j2k_get_tile; in opj_create_decompress()
245 OPJ_UINT32 res_factor, in opj_create_decompress()
250 OPJ_UINT32 numcomps, in opj_create_decompress()
251 const OPJ_UINT32 * comps_indices, in opj_create_decompress()
255 (OPJ_BOOL(*)(void * p_codec, OPJ_UINT32 num_threads)) opj_j2k_set_threads; in opj_create_decompress()
295 OPJ_UINT32*, in opj_create_decompress()
296 OPJ_UINT32*, in opj_create_decompress()
301 OPJ_UINT32 *, in opj_create_decompress()
308 OPJ_UINT32, OPJ_BYTE*, OPJ_UINT32, in opj_create_decompress()
329 OPJ_UINT32 tile_index)) opj_jp2_get_tile; in opj_create_decompress()
333 OPJ_UINT32 res_factor, in opj_create_decompress()
338 OPJ_UINT32 numcomps, in opj_create_decompress()
339 const OPJ_UINT32 * comps_indices, in opj_create_decompress()
343 (OPJ_BOOL(*)(void * p_codec, OPJ_UINT32 num_threads)) opj_jp2_set_threads; in opj_create_decompress()
393 return l_codec->opj_set_threads(l_codec->m_codec, (OPJ_UINT32)num_threads); in opj_codec_set_threads()
443 OPJ_UINT32 numcomps, in opj_set_decoded_components()
444 const OPJ_UINT32* comps_indices, in opj_set_decoded_components()
517 OPJ_UINT32 * p_tile_index, in opj_read_tile_header()
518 OPJ_UINT32 * p_data_size, in opj_read_tile_header()
521 OPJ_UINT32 * p_nb_comps, in opj_read_tile_header()
547 OPJ_UINT32 p_tile_index, in opj_decode_tile_data()
549 OPJ_UINT32 p_data_size, in opj_decode_tile_data()
575 OPJ_UINT32 tile_index) in opj_get_decoded_tile()
597 OPJ_UINT32 res_factor) in opj_set_decoded_resolution_factor()
641 OPJ_UINT32, in opj_create_compress()
643 OPJ_UINT32, in opj_create_compress()
679 OPJ_UINT32, in opj_create_compress()
681 OPJ_UINT32, in opj_create_compress()
866 OPJ_INT32 * p_dc_shift, OPJ_UINT32 pNbComp) in opj_set_MCT()
868 OPJ_UINT32 l_matrix_size = pNbComp * pNbComp * (OPJ_UINT32)sizeof(OPJ_FLOAT32); in opj_set_MCT()
869 OPJ_UINT32 l_dc_shift_size = pNbComp * (OPJ_UINT32)sizeof(OPJ_INT32); in opj_set_MCT()
870 OPJ_UINT32 l_mct_total_size = l_matrix_size + l_dc_shift_size; in opj_set_MCT()
895 OPJ_UINT32 p_tile_index, in opj_write_tile()
897 OPJ_UINT32 p_data_size, in opj_write_tile()