OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PITCH_MAX_NUM_PEAKS
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
settings.h
127
#define
PITCH_MAX_NUM_PEAKS
10
pitch_estimator.c
143
int peaks[
PITCH_MAX_NUM_PEAKS
];
147
double peak_vals[
PITCH_MAX_NUM_PEAKS
];
148
double lags1[
PITCH_MAX_NUM_PEAKS
];
149
double lags2[
PITCH_MAX_NUM_PEAKS
];
287
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
296
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
303
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
312
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
Completed in 33 milliseconds