Searched refs:opj_dwt_max_resolution (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 57 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, 151 - l_data_size = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); 152 + l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); 195 - h_mem_size = opj_dwt_max_resolution(tr, numres); 196 + h.mem_count = opj_dwt_max_resolution(tr, numres); 232 - h_mem_size = opj_dwt_max_resolution(tr, numres); 233 + h.mem_count = opj_dwt_max_resolution(tr, numres);
|
D | dwt.c | 159 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, 1138 l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); in opj_dwt_encode_procedure() 1313 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, in opj_dwt_max_resolution() function 1410 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile() 1985 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_partial_tile() 2538 l_data_size = opj_dwt_max_resolution(res, numres); in opj_dwt_decode_tile_97() 2704 l_data_size = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_partial_97()
|