Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.c894 OPJ_UINT32 cbgwidthexpn, cbgheightexpn; in opj_tcd_init_tile() local
941 cbgwidthexpn = l_pdx; in opj_tcd_init_tile()
949 cbgwidthexpn = l_pdx - 1; in opj_tcd_init_tile()
954 cblkwidthexpn = opj_uint_min(l_tccp->cblkw, cbgwidthexpn); in opj_tcd_init_tile()
1039 (1 << cbgwidthexpn); in opj_tcd_init_tile()
1042 OPJ_INT32 cbgxend = cbgxstart + (1 << cbgwidthexpn); in opj_tcd_init_tile()