Lines Matching refs:yend
701 JPC_CEILDIV(tile->xend, cmpt->hstep), JPC_CEILDIV(tile->yend, in jpc_dec_tileinit()
721 rlvl->yend = JPC_CEILDIVPOW2(tcomp->yend, in jpc_dec_tileinit()
731 brprcyend = JPC_CEILDIVPOW2(rlvl->yend, 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()
814 prc->yend = JAS_MIN(cbgyend, JAS_CAST(uint_fast32_t, jas_seq2d_yend(band->data))); in jpc_dec_tileinit()
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit()
822 brcblkyend = JPC_CEILDIVPOW2(prc->yend, in jpc_dec_tileinit()
849 tmpyend = JAS_MIN(cblkyend, prc->yend); in jpc_dec_tileinit()
1174 dec->yend = siz->height; in jpc_dec_process_siz()
1196 cmpt->height = JPC_CEILDIV(dec->yend, cmpt->vstep) - in jpc_dec_process_siz()
1205 dec->numvtiles = JPC_CEILDIV(dec->yend - dec->tileyoff, dec->tileheight); in jpc_dec_process_siz()
1223 tile->yend = JAS_MIN(dec->tileyoff + (vtileno + 1) * in jpc_dec_process_siz()
1224 dec->tileheight, dec->yend); in jpc_dec_process_siz()
1242 tcomp->yend = JPC_CEILDIV(tile->yend, cmpt->vstep); in jpc_dec_process_siz()
1855 dec->yend = 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()