Searched refs:numres (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.h | 72 OPJ_UINT32 numres); 102 OPJ_UINT32 numres);
|
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.c | 154 OPJ_UINT32 numres); 1213 OPJ_UINT32 numres) in opj_dwt_decode() argument 1216 return opj_dwt_decode_tile(p_tcd->thread_pool, tilec, numres); in opj_dwt_decode() 1218 return opj_dwt_decode_partial_tile(tilec, numres); in opj_dwt_decode() 1388 const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) in opj_dwt_decode_tile() argument 1406 if (numres == 1U) { in opj_dwt_decode_tile() 1410 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile() 1429 while (--numres) { in opj_dwt_decode_tile() 1879 OPJ_UINT32 numres) in opj_dwt_init_sparse_array() argument 1881 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); 6526 static int opj_j2k_initialise_4K_poc(opj_poc_t *POC, int numres) in opj_j2k_initialise_4K_poc() argument 6532 POC[0].resno1 = (OPJ_UINT32)(numres - 1); in opj_j2k_initialise_4K_poc() 6536 POC[1].resno0 = (OPJ_UINT32)(numres - 1); in opj_j2k_initialise_4K_poc() 6539 POC[1].resno1 = (OPJ_UINT32)numres; in opj_j2k_initialise_4K_poc()
|
/external/bc/tests/ |
D | other.sh | 58 numres="$num" 175 printf '%s\n' "$numres" > "$out1"
|