Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tlcbgxstart

800 			OPJ_INT32 tlcbgxstart, tlcbgystart /*, brcbgxend, brcbgyend*/;
828 tlcbgxstart = l_tl_prc_x_start;
837 tlcbgxstart = opj_int_ceildivpow2(l_tl_prc_x_start, 1);
908 OPJ_INT32 cbgxstart = tlcbgxstart + (OPJ_INT32)(precno % l_res->pw) * (1 << cbgwidthexpn);
913 /*fprintf(stderr, "\t tlcbgxstart(=%d) + (precno(=%d) percent res->pw(=%d)) * (1 << cbgwidthexpn(=%d)) \n",tlcbgxstart,precno,l_res->pw,cbgwidthexpn);*/