OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:peaks_ind
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c
143
int ind1, ind2,
peaks_ind
, peak, max_ind;
local
285
peaks_ind
= 0;
288
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
296
peaks[
peaks_ind
++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
297
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
304
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
312
peaks[
peaks_ind
++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
313
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
320
if (
peaks_ind
> 0) {
323
for (k = 0; k <
peaks_ind
; k++)
[
all
...]
Completed in 611 milliseconds