Home
last modified time | relevance | path

Searched refs:cbgheightexpn (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
847 cbgheightexpn = l_pdy; in opj_tcd_init_tile()
856 cbgheightexpn = l_pdy - 1; in opj_tcd_init_tile()
861 cblkheightexpn = opj_uint_min(l_tccp->cblkh, cbgheightexpn); in opj_tcd_init_tile()
923 OPJ_INT32 cbgystart = tlcbgystart + (OPJ_INT32)(precno / l_res->pw) * (1 << cbgheightexpn); in opj_tcd_init_tile()
925 OPJ_INT32 cbgyend = cbgystart + (1 << cbgheightexpn); in opj_tcd_init_tile()