OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Alpha_exp
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/common_audio/signal_processing/
levinson_durbin.c
35
WebRtc_Word16 Alpha_hi, Alpha_low,
Alpha_exp
;
100
Alpha_exp
= WebRtcSpl_NormW32(temp1W32);
101
temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32,
Alpha_exp
);
143
if ((
Alpha_exp
<= norm) || (temp3W32 == 0))
145
temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32,
Alpha_exp
);
232
Alpha_exp
=
Alpha_exp
+ norm;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
80
WebRtc_Word16 Alpha_hi, Alpha_low,
Alpha_exp
; /* Prediction gain Alpha in high precision
140
Alpha_exp
= WebRtcSpl_NormW32(temp1W32);
141
temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32,
Alpha_exp
);
183
if ((
Alpha_exp
<= norm)||(temp3W32==0)) {
184
temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32,
Alpha_exp
);
262
Alpha_exp
=
Alpha_exp
+ norm;
[
all
...]
Completed in 24 milliseconds