Home
last modified time | relevance | path

Searched refs:opj_dwt_max_resolution (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
D0020-opj_aligned_malloc.patch18 h.mem_count = opj_dwt_max_resolution(tr, numres);
29 - h.wavelet = (opj_v4_t*) opj_aligned_malloc((opj_dwt_max_resolution(res, numres)+5) * sizeof(opj_v…
30 + OPJ_UINT32 mr = opj_dwt_max_resolution(res, numres);
D0003-dwt-decode.patch53 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* restrict r, OPJ_UINT32 i);
140 - l_data_size = opj_dwt_max_resolution( tilec->resolutions,tilec->numresolutions) * (OPJ_UINT32)siz…
142 + l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions) * (OPJ_UINT32)si…
166 @@ -557,7 +564,7 @@ static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* restrict r, OPJ_U
180 - opj_aligned_malloc(opj_dwt_max_resolution(tr, numres) * sizeof(OPJ_INT32));
181 + h.mem_count = opj_dwt_max_resolution(tr, numres);
Ddwt.c130 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* restrict r, OPJ_UINT32 i);
416 …l_data_count = opj_dwt_max_resolution(tilec->resolutions, tilec->numresolutions) * (OPJ_UINT32)siz… in opj_dwt_encode_procedure()
551 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* restrict r, OPJ_UINT32 i) { in opj_dwt_max_resolution() function
578 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile()
856 OPJ_UINT32 mr = opj_dwt_max_resolution(res, numres); in opj_dwt_decode_real()