Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c808 OPJ_UINT32 cbgwidthexpn, cbgheightexpn; in opj_tcd_init_tile() local
846 cbgwidthexpn = l_pdx; in opj_tcd_init_tile()
855 cbgwidthexpn = l_pdx - 1; in opj_tcd_init_tile()
860 cblkwidthexpn = opj_uint_min(l_tccp->cblkw, cbgwidthexpn); in opj_tcd_init_tile()
922 OPJ_INT32 cbgxstart = tlcbgxstart + (OPJ_INT32)(precno % l_res->pw) * (1 << cbgwidthexpn); in opj_tcd_init_tile()
924 OPJ_INT32 cbgxend = cbgxstart + (1 << cbgwidthexpn); in opj_tcd_init_tile()