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/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c
142
int ind1, ind2,
peaks_ind
, peak, max_ind;
local
284
peaks_ind
= 0;
287
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
295
peaks[
peaks_ind
++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
296
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
303
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
311
peaks[
peaks_ind
++] = (int)(&CorrSurfPtr1[k] - &CorrSurf[0][0]);
312
if (
peaks_ind
== PITCH_MAX_NUM_PEAKS) break;
319
if (
peaks_ind
> 0) {
322
for (k = 0; k <
peaks_ind
; k++)
[
all
...]
Completed in 488 milliseconds