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