Searched defs:cblkwidthexpn (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.c809 OPJ_UINT32 cblkwidthexpn, cblkheightexpn; local
860 cblkwidthexpn = opj_uint_min(l_tccp->cblkw, cbgwidthexpn);
938 tlcblkxstart = opj_int_floordivpow2(l_current_precinct->x0, (OPJ_INT32)cblkwidthexpn) << cblkwidthexpn;
942 brcblkxend = opj_int_ceildivpow2(l_current_precinct->x1, (OPJ_INT32)cblkwidthexpn) << cblkwidthexpn;
946 l_current_precinct->cw = (OPJ_UINT32)((brcblkxend - tlcblkxstart) >> cblkwidthexpn);
1015 OPJ_INT32 cblkxstart = tlcblkxstart + (OPJ_INT32)(cblkno % l_current_precinct->cw) * (1 << cblkwidthexpn);
1017 OPJ_INT32 cblkxend = cblkxstart + (1 << cblkwidthexpn);

Completed in 34 milliseconds