Searched refs:POW2_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.h33 #define POW2_TABLE_SIZE (1<<POW2_TABLE_BITS) macro
H A Doper_32b.c273 static const Word32 pow2Table[POW2_TABLE_SIZE] = {
360 res = pow2Table[(POW2_TABLE_SIZE*fPart)/y] >> iPart;

Completed in 51 milliseconds