Home | History | Annotate | Download | only in libjasper

Lines Matching full:tileheight

1176     dec->tileheight = siz->tileheight;
1205 dec->numvtiles = JPC_CEILDIV(dec->yend - dec->tileyoff, dec->tileheight);
1219 tile->ystart = JAS_MAX(dec->tileyoff + vtileno * dec->tileheight,
1224 dec->tileheight, dec->yend);
1857 dec->tileheight = 0;