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/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h
128
#define
PITCH_MAX_NUM_PEAKS
10
pitch_estimator.c
144
int peaks[
PITCH_MAX_NUM_PEAKS
];
148
double peak_vals[
PITCH_MAX_NUM_PEAKS
];
149
double lags1[
PITCH_MAX_NUM_PEAKS
];
150
double lags2[
PITCH_MAX_NUM_PEAKS
];
288
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
297
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
304
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
313
if (peaks_ind ==
PITCH_MAX_NUM_PEAKS
) break;
Completed in 193 milliseconds