Home
last modified time | relevance | path

Searched refs:log2_Q8_LPC (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c338 static __inline int32_t log2_Q8_LPC( uint32_t x ) { in log2_Q8_LPC() function
386 nrgQlog[k] = (int16_t)log2_Q8_LPC(nrgQ[k]); /* log2(nrgQ) */ in WebRtcIsacfix_GetVars()
388 oldNrgQlog = (int16_t)log2_Q8_LPC(*oldEnergy); in WebRtcIsacfix_GetVars()