Searched refs:numres (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 50 OPJ_UINT32 numres); 186 - opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) 187 + const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) 195 - h_mem_size = opj_dwt_max_resolution(tr, numres); 196 + h.mem_count = opj_dwt_max_resolution(tr, numres); 217 while (--numres) { 232 - h_mem_size = opj_dwt_max_resolution(tr, numres); 233 + h.mem_count = opj_dwt_max_resolution(tr, numres); 255 for (resno = 1; resno < numres; resno ++) {
|
D | dwt.h | 72 OPJ_UINT32 numres); 102 OPJ_UINT32 numres);
|
D | dwt.c | 156 OPJ_UINT32 numres); 1215 OPJ_UINT32 numres) in opj_dwt_decode() argument 1218 return opj_dwt_decode_tile(p_tcd->thread_pool, tilec, numres); in opj_dwt_decode() 1220 return opj_dwt_decode_partial_tile(tilec, numres); in opj_dwt_decode() 1390 const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) in opj_dwt_decode_tile() argument 1408 if (numres == 1U) { in opj_dwt_decode_tile() 1412 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile() 1431 while (--numres) { in opj_dwt_decode_tile() 1881 OPJ_UINT32 numres) in opj_dwt_init_sparse_array() argument 1883 opj_tcd_resolution_t* tr_max = &(tilec->resolutions[numres - 1]); in opj_dwt_init_sparse_array() [all …]
|
D | j2k.c | 1277 static int opj_j2k_initialise_4K_poc(opj_poc_t *POC, int numres); 6513 static int opj_j2k_initialise_4K_poc(opj_poc_t *POC, int numres) in opj_j2k_initialise_4K_poc() argument 6519 POC[0].resno1 = (OPJ_UINT32)(numres - 1); in opj_j2k_initialise_4K_poc() 6523 POC[1].resno0 = (OPJ_UINT32)(numres - 1); in opj_j2k_initialise_4K_poc() 6526 POC[1].resno1 = (OPJ_UINT32)numres; in opj_j2k_initialise_4K_poc()
|