HomeSort by relevance Sort by last modified time
    Searched defs:POW2_TABLE_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.h 33 #define POW2_TABLE_SIZE (1<<POW2_TABLE_BITS)
  /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 329 milliseconds