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

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 207 iLog4(x) = (Word32)(4 * log(value)/log(2.0))
209 \return ilog4 value
212 Word16 iLog4(Word32 value)
214 Word16 iLog4;
219 iLog4 = norm_l(value);
220 tmp = (value << iLog4);
227 iLog4 = (-(iLog4 << 2) - norm_s(tmp16)) - 1;
230 iLog4 = -128; /* -(INT_BITS*4); */
233 return iLog4;
    [all...]
typedefs.h 175 #define iLog4 ADD_PREFIX(iLog4)

Completed in 280 milliseconds