OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:POW2_TABLE_SIZE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.h
33
#define
POW2_TABLE_SIZE
(1<<POW2_TABLE_BITS)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h
165
#define
POW2_TABLE_SIZE
(1 << POW2_TABLE_SIZE_LOG2)
166
#define POW2_TABLE_OFFSET (
POW2_TABLE_SIZE
/2)
167
#define POW2_TABLE_SCALE ((float)(
POW2_TABLE_SIZE
/2))
168
extern float pow2_table[
POW2_TABLE_SIZE
];
/external/mesa3d/src/gallium/auxiliary/util/
u_math.h
165
#define
POW2_TABLE_SIZE
(1 << POW2_TABLE_SIZE_LOG2)
166
#define POW2_TABLE_OFFSET (
POW2_TABLE_SIZE
/2)
167
#define POW2_TABLE_SCALE ((float)(
POW2_TABLE_SIZE
/2))
168
extern float pow2_table[
POW2_TABLE_SIZE
];
Completed in 405 milliseconds