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/webrtc/common_audio/signal_processing/
levinson_durbin.c
35
int16_t Alpha_hi, Alpha_low,
Alpha_exp
;
94
Alpha_exp
= WebRtcSpl_NormW32(temp1W32);
95
temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32,
Alpha_exp
);
136
if ((
Alpha_exp
<= norm) || (temp3W32 == 0))
138
temp3W32 = WEBRTC_SPL_LSHIFT_W32(temp3W32,
Alpha_exp
);
219
Alpha_exp
=
Alpha_exp
+ norm;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c
80
int16_t Alpha_hi, Alpha_low,
Alpha_exp
; /* Prediction gain Alpha in high precision
137
Alpha_exp
= WebRtcSpl_NormW32(temp1W32);
138
temp1W32 <<=
Alpha_exp
;
179
if ((
Alpha_exp
<= norm)||(temp3W32==0)) {
180
temp3W32 <<=
Alpha_exp
;
254
Alpha_exp
=
Alpha_exp
+ norm;
Completed in 2987 milliseconds