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