Lines Matching refs:xstart
699 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart, in jpc_dec_tileinit()
715 rlvl->xstart = JPC_CEILDIVPOW2(tcomp->xstart, in jpc_dec_tileinit()
725 tlprcxstart = JPC_FLOORDIVPOW2(rlvl->xstart, 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()
811 prc->xstart = JAS_MAX(cbgxstart, JAS_CAST(uint_fast32_t, jas_seq2d_xstart(band->data))); in jpc_dec_tileinit()
815 if (prc->xend > prc->xstart && prc->yend > prc->ystart) { in jpc_dec_tileinit()
816 tlcblkxstart = JPC_FLOORDIVPOW2(prc->xstart, in jpc_dec_tileinit()
846 tmpxstart = JAS_MAX(cblkxstart, prc->xstart); in jpc_dec_tileinit()
1124 if (jas_image_writecmpt(dec->image, compno, tcomp->xstart - in jpc_dec_tiledecode()
1125 JPC_CEILDIV(dec->xstart, cmpt->hstep), tcomp->ystart - in jpc_dec_tiledecode()
1171 dec->xstart = siz->xoff; in jpc_dec_process_siz()
1195 JPC_CEILDIV(dec->xstart, cmpt->hstep); in jpc_dec_process_siz()
1217 tile->xstart = JAS_MAX(dec->tilexoff + htileno * dec->tilewidth, in jpc_dec_process_siz()
1218 dec->xstart); in jpc_dec_process_siz()
1239 tcomp->xstart = JPC_CEILDIV(tile->xstart, cmpt->hstep); in jpc_dec_process_siz()
1852 dec->xstart = 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()