Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_image.c89 #define FLOORDIV(x, y) ((x) / (y)) macro
1071 width = FLOORDIV(brx - ho + hs, hs); in jas_image_sampcmpt()
1072 height = FLOORDIV(bry - vo + vs, vs); in jas_image_sampcmpt()