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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 172 int16_t best4q[4]={0,0,0,0}; local
297 FindFour32(peakvq, (int16_t) peaks_indq, best4q);
302 lag32 = peakiq[best4q[k]];
303 fxq = &cv1q[peakiq[best4q[k]]-1];
372 FindFour32(peakvq, (int16_t) peaks_indq, best4q);
376 lag32 = peakiq[best4q[k]];
377 fxq = &cv2q[peakiq[best4q[k]]-1];
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 282 WebRtc_Word16 best4q[4]={0,0,0,0}; local
405 FindFour32(peakvq, (WebRtc_Word16) peaks_indq, best4q);
410 lag32 = peakiq[best4q[k]];
411 fxq = &cv1q[peakiq[best4q[k]]-1];
477 FindFour32(peakvq, (WebRtc_Word16) peaks_indq, best4q);
481 lag32 = peakiq[best4q[k]];
482 fxq = &cv2q[peakiq[best4q[k]]-1];

Completed in 1192 milliseconds