HomeSort by relevance Sort by last modified time
    Searched refs:peaks_indq (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 167 int16_t peaks_indq; local
280 peaks_indq = 0;
286 peakvq[peaks_indq] = corr32;
287 peakiq[peaks_indq++] = k;
296 if (peaks_indq > 0) {
297 FindFour32(peakvq, (int16_t) peaks_indq, best4q);
298 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
352 peaks_indq = 0;
359 peakvq[peaks_indq] = corr;
360 peakiq[peaks_indq++] = k
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 277 WebRtc_Word16 peaks_indq; local
388 peaks_indq = 0;
394 peakvq[peaks_indq] = corr32;
395 peakiq[peaks_indq++] = k;
404 if (peaks_indq > 0) {
405 FindFour32(peakvq, (WebRtc_Word16) peaks_indq, best4q);
406 npkq = WEBRTC_SPL_MIN(peaks_indq, 4);
457 peaks_indq = 0;
464 peakvq[peaks_indq] = corr;
465 peakiq[peaks_indq++] = k
    [all...]

Completed in 36 milliseconds