Home | History | Annotate | Download | only in libjasper

Lines Matching refs:JPC_CEILDIV

651     cp->numhtiles = JPC_CEILDIV(cp->refgrdwidth - cp->tilegrdoffx,
653 cp->numvtiles = JPC_CEILDIV(cp->refgrdheight - cp->tilegrdoffy,
2068 tlx = JPC_CEILDIV(tile->tlx, ccp->sampgrdstepx);
2069 tly = JPC_CEILDIV(tile->tly, ccp->sampgrdstepy);
2070 brx = JPC_CEILDIV(tile->brx, ccp->sampgrdstepx);
2071 bry = JPC_CEILDIV(tile->bry, ccp->sampgrdstepy);
2079 cmpttlx = JPC_CEILDIV(cp->imgareatlx, ccp->sampgrdstepx);
2080 cmpttly = JPC_CEILDIV(cp->imgareatly, ccp->sampgrdstepy);