Home
last modified time | relevance | path

Searched refs:roishift (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1.c295 OPJ_UINT32 roishift,
1300 (OPJ_UINT32)tccp->roishift, in opj_t1_decode_cblks()
1320 if (tccp->roishift) { in opj_t1_decode_cblks()
1321 OPJ_INT32 thresh = 1 << tccp->roishift; in opj_t1_decode_cblks()
1327 mag >>= tccp->roishift; in opj_t1_decode_cblks()
1374 OPJ_UINT32 roishift, in opj_t1_decode_cblk() argument
1393 bpno = (OPJ_INT32)(roishift + cblk->numbps - 1); in opj_t1_decode_cblk()
Dj2k.h197 OPJ_INT32 roishift; member
Dopenjpeg.h883 OPJ_INT32 roishift; member
Dj2k.c4531 …opj_write_bytes(l_current_data, (OPJ_UINT32)l_tccp->roishift,1); /* SPr…
4644 …opj_read_bytes(p_header_data,(OPJ_UINT32 *) (&(l_tcp->tccps[l_comp_no].roishift)),1); /* SPrgn */
4999 if (l_tccp->roishift) {
6633 tccp->roishift = parameters->roi_shift;
6635 tccp->roishift = 0;
9043 fprintf(out_stream, "\t\t\t roishift=%d\n", l_tccp->roishift);
9291 l_tccp_info->roishift = l_tccp->roishift;