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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 175 int32_t best_lag1q, best_lag2q; local
295 best_lag1q =0;
316 best_lag1q = *yq;
319 tmp32a = best_lag1q - OFFSET_Q8;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 285 WebRtc_Word32 best_lag1q, best_lag2q; local
403 best_lag1q =0;
424 best_lag1q = *yq;
427 tmp32a = best_lag1q - OFFSET_Q8;

Completed in 63 milliseconds