Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dtcd.c904 OPJ_INT32 tlcblkxstart, tlcblkystart, brcblkxend, brcblkyend; in opj_tcd_init_tile() local
923tlcblkystart = opj_int_floordivpow2(l_current_precinct->y0, (OPJ_INT32)cblkheightexpn) << cblkheig… in opj_tcd_init_tile()
930 l_current_precinct->ch = (OPJ_UINT32)((brcblkyend - tlcblkystart) >> cblkheightexpn); in opj_tcd_init_tile()
1001 …OPJ_INT32 cblkystart = tlcblkystart + (OPJ_INT32)(cblkno / l_current_precinct->cw) * (1 << cblkhei… in opj_tcd_init_tile()