Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tlcblkystart

907 					OPJ_INT32 tlcblkxstart, tlcblkystart, brcblkxend, brcblkyend;
926 tlcblkystart = opj_int_floordivpow2(l_current_precinct->y0, (OPJ_INT32)cblkheightexpn) << cblkheightexpn;
927 /*fprintf(stderr, "\t tlcblkystart =%d\n",tlcblkystart );*/
933 l_current_precinct->ch = (OPJ_UINT32)((brcblkyend - tlcblkystart) >> cblkheightexpn);
995 OPJ_INT32 cblkystart = tlcblkystart + (OPJ_INT32)(cblkno / l_current_precinct->cw) * (1 << cblkheightexpn);