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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c347 static __inline int32_t log2_Q8_LPC( uint32_t x ) { function
398 nrgQlog[k] = (int16_t)log2_Q8_LPC(nrgQ[k]); /* log2(nrgQ) */
400 oldNrgQlog = (int16_t)log2_Q8_LPC(*oldEnergy);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c347 static __inline WebRtc_Word32 log2_Q8_LPC( WebRtc_UWord32 x ) { function
398 nrgQlog[k] = (WebRtc_Word16)log2_Q8_LPC(nrgQ[k]); /* log2(nrgQ) */
400 oldNrgQlog = (WebRtc_Word16)log2_Q8_LPC(*oldEnergy);

Completed in 166 milliseconds