Searched refs:FLOOR (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-2.1/build/demos/videmo/src/ |
| D | moving.c | 35 #define FLOOR(x, a) ( (x < a)? a : x ) macro 37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
|
| D | moving.progressive.c | 30 #define FLOOR(x, a) ( (x < a)? a : x ) macro 32 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
|
| D | moving.30Hz.c | 35 #define FLOOR(x, a) ( (x < a)? a : x ) macro 37 #define CLAMP(x, a, b) (CEIL(FLOOR(x, a), b))
|