Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/videmo/src/
Dmoving.c35 #define FLOOR(x, a) ( (x < a)? a : x ) macro
37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
Dmoving.progressive.c30 #define FLOOR(x, a) ( (x < a)? a : x ) macro
32 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
Dmoving.30Hz.c35 #define FLOOR(x, a) ( (x < a)? a : x ) macro
37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))