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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c92 static __inline int32_t log2_Q8_T( uint32_t x ) { function
363 logVarIn = log2_Q8_T( (uint32_t)( varIn ) ) +
365 logVarOut = log2_Q8_T( (uint32_t)( varOut ) ) +
367 logMaxAbs = log2_Q8_T( (uint32_t)( maxAbs ) );
381 logVarIn -= log2_Q8_T( (uint32_t)( lag0 ) );

Completed in 78 milliseconds