Lines Matching refs:xend
701 JPC_CEILDIV(tile->xend, cmpt->hstep), JPC_CEILDIV(tile->yend, in jpc_dec_tileinit()
719 rlvl->xend = JPC_CEILDIVPOW2(tcomp->xend, in jpc_dec_tileinit()
729 brprcxend = JPC_CEILDIVPOW2(rlvl->xend, 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()
813 prc->xend = JAS_MIN(cbgxend, JAS_CAST(uint_fast32_t, jas_seq2d_xend(band->data))); in jpc_dec_tileinit()
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit()
820 brcblkxend = JPC_CEILDIVPOW2(prc->xend, in jpc_dec_tileinit()
848 tmpxend = JAS_MIN(cblkxend, prc->xend); in jpc_dec_tileinit()
1173 dec->xend = siz->width; in jpc_dec_process_siz()
1194 cmpt->width = JPC_CEILDIV(dec->xend, cmpt->hstep) - in jpc_dec_process_siz()
1204 dec->numhtiles = JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewidth); in jpc_dec_process_siz()
1221 tile->xend = JAS_MIN(dec->tilexoff + (htileno + 1) * in jpc_dec_process_siz()
1222 dec->tilewidth, dec->xend); in jpc_dec_process_siz()
1241 tcomp->xend = JPC_CEILDIV(tile->xend, cmpt->hstep); in jpc_dec_process_siz()
1854 dec->xend = 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()
2020 (int)prc->xstart, (int)prc->ystart, (int)prc->xend, (int)prc->yend, (int)(prc->xend - in jpc_dec_dump()