Home
last modified time | relevance | path

Searched refs:downtomult (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_image.c110 static long downtomult(long x, long y);
1091 ax = downtomult(x - oldcmpt->tlx_, oldcmpt->hstep_) + oldcmpt->tlx_; in jas_image_sampcmpt()
1092 ay = downtomult(y - oldcmpt->tly_, oldcmpt->vstep_) + oldcmpt->tly_; in jas_image_sampcmpt()
1257 static long downtomult(long x, long y) in downtomult() function