OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONST_SCALE
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jdct.h
136
#define
CONST_SCALE
(ONE << CONST_BITS)
138
/* Convert a positive real constant to an integer scaled by
CONST_SCALE
.
143
#define FIX(x) ((INT32) ((x) *
CONST_SCALE
+ 0.5))
/external/qemu/distrib/jpeg-6b/
jdct.h
132
#define
CONST_SCALE
(ONE << CONST_BITS)
134
/* Convert a positive real constant to an integer scaled by
CONST_SCALE
.
139
#define FIX(x) ((INT32) ((x) *
CONST_SCALE
+ 0.5))
Completed in 38 milliseconds