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