Home
last modified time | relevance | path

Searched defs:FIX (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/jpeg/
H A Djdct.h139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) macro
H A Djdcolor.c62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
H A Djccolor.c61 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
H A Djdmerge.c74 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro