Lines Matching full:cblkxstart
994 OPJ_INT32 cblkxstart = tlcblkxstart + (OPJ_INT32)(cblkno % l_current_precinct->cw) * (1 << cblkwidthexpn);
996 OPJ_INT32 cblkxend = cblkxstart + (1 << cblkwidthexpn);
1006 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0);
1021 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0);