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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 165 int32_t cv1q[PITCH_LAG_SPAN2+2],cv2q[PITCH_LAG_SPAN2+2], peakvq[PITCH_LAG_SPAN2+2]; local
286 peakvq[peaks_indq] = corr32;
297 FindFour32(peakvq, (int16_t) peaks_indq, best4q);
359 peakvq[peaks_indq] = corr;
372 FindFour32(peakvq, (int16_t) peaks_indq, best4q);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 275 WebRtc_Word32 cv1q[PITCH_LAG_SPAN2+2],cv2q[PITCH_LAG_SPAN2+2], peakvq[PITCH_LAG_SPAN2+2]; local
394 peakvq[peaks_indq] = corr32;
405 FindFour32(peakvq, (WebRtc_Word16) peaks_indq, best4q);
464 peakvq[peaks_indq] = corr;
477 FindFour32(peakvq, (WebRtc_Word16) peaks_indq, best4q);

Completed in 38 milliseconds