Lines Matching refs:JPC_CEILDIV
699 if (!(tcomp->data = jas_seq2d_create(JPC_CEILDIV(tile->xstart, in jpc_dec_tileinit()
700 cmpt->hstep), JPC_CEILDIV(tile->ystart, cmpt->vstep), in jpc_dec_tileinit()
701 JPC_CEILDIV(tile->xend, cmpt->hstep), JPC_CEILDIV(tile->yend, 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()
1194 cmpt->width = JPC_CEILDIV(dec->xend, cmpt->hstep) - in jpc_dec_process_siz()
1195 JPC_CEILDIV(dec->xstart, cmpt->hstep); in jpc_dec_process_siz()
1196 cmpt->height = JPC_CEILDIV(dec->yend, cmpt->vstep) - in jpc_dec_process_siz()
1197 JPC_CEILDIV(dec->ystart, cmpt->vstep); in jpc_dec_process_siz()
1204 dec->numhtiles = JPC_CEILDIV(dec->xend - dec->tilexoff, dec->tilewidth); in jpc_dec_process_siz()
1205 dec->numvtiles = JPC_CEILDIV(dec->yend - dec->tileyoff, dec->tileheight); in jpc_dec_process_siz()
1239 tcomp->xstart = JPC_CEILDIV(tile->xstart, cmpt->hstep); in jpc_dec_process_siz()
1240 tcomp->ystart = JPC_CEILDIV(tile->ystart, cmpt->vstep); in jpc_dec_process_siz()
1241 tcomp->xend = JPC_CEILDIV(tile->xend, cmpt->hstep); in jpc_dec_process_siz()
1242 tcomp->yend = JPC_CEILDIV(tile->yend, cmpt->vstep); in jpc_dec_process_siz()