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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c278 int32_t *fxq; local
405 fxq = &cv1q[peakiq[best4q[k]]-1];
408 Intrp1DQ8(xq, fxq, yq, fyq);
476 fxq = &cv2q[peakiq[best4q[k]]-1];
480 Intrp1DQ8(xq, fxq, yq, fyq);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_estimator.c284 WebRtc_Word32 *fxq; local
411 fxq = &cv1q[peakiq[best4q[k]]-1];
414 Intrp1DQ8(xq, fxq, yq, fyq);
482 fxq = &cv2q[peakiq[best4q[k]]-1];
486 Intrp1DQ8(xq, fxq, yq, fyq);

Completed in 91 milliseconds