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/src/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c
298
old_lag = *filter_state->
oldlagp
;
345
*filter_state->
oldlagp
= old_lag;
intialize.c
123
pitchfiltdata->
oldlagp
[0] = 50.0;
structs.h
108
double
oldlagp
[1];
member in struct:__anon30448
pitch_estimator.c
499
old_lag = State->PFstr_wght.
oldlagp
[0];
Completed in 2333 milliseconds