Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:brcblkyend

907 					OPJ_INT32 tlcblkxstart, tlcblkystart, brcblkxend, brcblkyend;
930 brcblkyend = opj_int_ceildivpow2(l_current_precinct->y1, (OPJ_INT32)cblkheightexpn) << cblkheightexpn;
931 /*fprintf(stderr, "\t brcblkyend =%d\n",brcblkyend );*/
933 l_current_precinct->ch = (OPJ_UINT32)((brcblkyend - tlcblkystart) >> cblkheightexpn);