Searched refs:peaks_ind (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c143 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;
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c142 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;
[all...]

Completed in 71 milliseconds