Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/videmo/src/
Dmoving.c38 #define FLOOR(x, a) ( (x < a)? a : x ) macro
40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
Dmoving.30Hz.c38 #define FLOOR(x, a) ( (x < a)? a : x ) macro
40 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
Dmoving.progressive.c33 #define FLOOR(x, a) ( (x < a)? a : x ) macro
35 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
Dmoving.regions.c35 #define FLOOR(x, a) ( (x < a)? a : x ) macro
37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))