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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 173 int32_t xq[3],yq[1],fyq[1]; local
306 Intrp1DQ8(xq, fxq, yq, fyq);
313 *fyq += tmp32c;
314 if (*fyq > corr_max32) {
315 corr_max32 = *fyq;
381 Intrp1DQ8(xq, fxq, yq, fyq);
388 *fyq += tmp32c;
389 if (*fyq > corr_max32) {
390 corr_max32 = *fyq;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 283 WebRtc_Word32 xq[3],yq[1],fyq[1]; local
414 Intrp1DQ8(xq, fxq, yq, fyq);
421 *fyq += tmp32c;
422 if (*fyq > corr_max32) {
423 corr_max32 = *fyq;
486 Intrp1DQ8(xq, fxq, yq, fyq);
493 *fyq += tmp32c;
494 if (*fyq > corr_max32) {
495 corr_max32 = *fyq;

Completed in 76 milliseconds