OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_gain
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c
266
double old_lag,
old_gain
;
local
299
old_gain
= *filter_state->oldgainp;
305
old_gain
= gains[0];
319
gain_delta = (gains[m] -
old_gain
) / PITCH_GRAN_PER_SUBFRAME;
320
filter_parameters.gain =
old_gain
;
323
old_gain
= gains[m];
346
*filter_state->oldgainp =
old_gain
;
pitch_estimator.h
33
const double
old_gain
,
pitch_estimator.c
128
const double
old_gain
,
185
gain_bias = 4.0 *
old_gain
*
old_gain
;
480
double old_lag,
old_gain
;
local
501
old_gain
= State->PFstr_wght.oldgainp[0];
504
WebRtcIsac_InitializePitch(Weighted, old_lag,
old_gain
, State, lags);
549
tmp = kWeight[k+1][0] *
old_gain
;
Completed in 404 milliseconds