OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_lag
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c
266
double
old_lag
, old_gain;
local
298
old_lag
= *filter_state->oldlagp;
302
if ((lags[0] > (PITCH_UPSTEP *
old_lag
)) ||
303
(lags[0] < (PITCH_DOWNSTEP *
old_lag
))) {
304
old_lag
= lags[0];
317
lag_delta = (lags[m] -
old_lag
) / PITCH_GRAN_PER_SUBFRAME;
318
filter_parameters.lag =
old_lag
;
322
old_lag
= lags[m];
345
*filter_state->oldlagp =
old_lag
;
pitch_estimator.h
32
const double
old_lag
,
pitch_estimator.c
126
const double
old_lag
,
183
log_lag = log(0.5 *
old_lag
);
479
double
old_lag
, old_gain;
local
499
old_lag
= State->PFstr_wght.oldlagp[0];
503
WebRtcIsac_InitializePitch(Weighted,
old_lag
, old_gain, State, lags);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp
473
Word16
old_lag
, // i : old open-loop lag
489
we = &corrweight[123 + lag_max -
old_lag
];
578
Word16
old_lag
, /* i : old open-loop lag */
601
we = &corrweight[123 + lag_max -
old_lag
];
Completed in 115 milliseconds