Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dlevinson_durbin.c35 WebRtc_Word16 Alpha_hi, Alpha_low, Alpha_exp; in WebRtcSpl_LevinsonDurbin() local
100 Alpha_exp = WebRtcSpl_NormW32(temp1W32); in WebRtcSpl_LevinsonDurbin()
101 temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32, Alpha_exp); in WebRtcSpl_LevinsonDurbin()
143 if ((Alpha_exp <= norm) || (temp3W32 == 0)) in WebRtcSpl_LevinsonDurbin()
145 temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32, Alpha_exp); in WebRtcSpl_LevinsonDurbin()
232 Alpha_exp = Alpha_exp + norm; in WebRtcSpl_LevinsonDurbin()