OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldlagp
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c
298
old_lag = *filter_state->
oldlagp
;
345
*filter_state->
oldlagp
= old_lag;
intialize.c
119
pitchfiltdata->
oldlagp
[0] = 50.0;
structs.h
108
double
oldlagp
[1];
member in struct:__anon38863
pitch_estimator.c
500
old_lag = State->PFstr_wght.
oldlagp
[0];
Completed in 240 milliseconds