Searched defs:iLog4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c205 iLog4(x) = (Word32)(4 * log(value)/log(2.0))
210 Word16 iLog4(Word32 value) function
212 Word16 iLog4; local
217 iLog4 = norm_l(value);
218 tmp = (value << iLog4);
225 iLog4 = (-(iLog4 << 2) - norm_s(tmp16)) - 1;
228 iLog4 = -128; /* -(INT_BITS*4); */
231 return iLog4;
H A Dtypedefs.h175 #define iLog4 ADD_PREFIX(iLog4) macro

Completed in 71 milliseconds