Lines Matching refs:ystart

700           cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep),  in jpc_dec_tileinit()
717 rlvl->ystart = JPC_CEILDIVPOW2(tcomp->ystart, in jpc_dec_tileinit()
727 tlprcystart = JPC_FLOORDIVPOW2(rlvl->ystart, in jpc_dec_tileinit()
739 if (rlvl->xstart >= rlvl->xend || rlvl->ystart >= rlvl->yend) { in jpc_dec_tileinit()
789 if (bnd->xstart == bnd->xend || bnd->ystart == bnd->yend) { in jpc_dec_tileinit()
796 jas_seq2d_setshift(band->data, bnd->xstart, bnd->ystart); in jpc_dec_tileinit()
812 prc->ystart = JAS_MAX(cbgystart, JAS_CAST(uint_fast32_t, jas_seq2d_ystart(band->data))); in jpc_dec_tileinit()
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit()
818 tlcblkystart = JPC_FLOORDIVPOW2(prc->ystart, in jpc_dec_tileinit()
847 tmpystart = JAS_MAX(cblkystart, prc->ystart); in jpc_dec_tileinit()
1125 JPC_CEILDIV(dec->xstart, cmpt->hstep), tcomp->ystart - in jpc_dec_tiledecode()
1126 JPC_CEILDIV(dec->ystart, cmpt->vstep), jas_matrix_numcols( in jpc_dec_tiledecode()
1172 dec->ystart = siz->yoff; in jpc_dec_process_siz()
1197 JPC_CEILDIV(dec->ystart, cmpt->vstep); in jpc_dec_process_siz()
1219 tile->ystart = JAS_MAX(dec->tileyoff + vtileno * dec->tileheight, in jpc_dec_process_siz()
1220 dec->ystart); in jpc_dec_process_siz()
1240 tcomp->ystart = JPC_CEILDIV(tile->ystart, cmpt->vstep); in jpc_dec_process_siz()
1853 dec->ystart = 0; in jpc_dec_create()
2006 (int)rlvl->xstart, (int)rlvl->ystart, (int)rlvl->xend, (int)rlvl->yend, (int)(rlvl->xend - in jpc_dec_dump()
2007 rlvl->xstart), (int)(rlvl->yend - rlvl->ystart)); in jpc_dec_dump()
2020 (int)prc->xstart, (int)prc->ystart, (int)prc->xend, (int)prc->yend, (int)(prc->xend - in jpc_dec_dump()
2021 prc->xstart), (int)(prc->yend - prc->ystart)); in jpc_dec_dump()