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 | 161 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, 1140 l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions); in opj_dwt_encode_procedure() 1315 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, in opj_dwt_max_resolution() function 1412 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile() 1987 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_partial_tile() 2540 l_data_size = opj_dwt_max_resolution(res, numres); in opj_dwt_decode_tile_97() 2706 l_data_size = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_partial_97()
|