Home | History | Annotate | Download | only in libjasper

Lines Matching refs:vstep

463             compinfo->vstep = cmpt->vstep;
700 cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep),
702 cmpt->vstep)))) {
1126 JPC_CEILDIV(dec->ystart, cmpt->vstep), jas_matrix_numcols(
1193 cmpt->vstep = siz->comps[compno].vsamp;
1196 cmpt->height = JPC_CEILDIV(dec->yend, cmpt->vstep) -
1197 JPC_CEILDIV(dec->ystart, cmpt->vstep);
1240 tcomp->ystart = JPC_CEILDIV(tile->ystart, cmpt->vstep);
1242 tcomp->yend = JPC_CEILDIV(tile->yend, cmpt->vstep);