HomeSort by relevance Sort by last modified time
    Searched refs:best_lag2q (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
369 best_lag2q =0;
391 best_lag2q = *yq;
395 tmp32a = best_lag2q - OFFSET_Q8;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 285 WebRtc_Word32 best_lag1q, best_lag2q; local
474 best_lag2q =0;
496 best_lag2q = *yq;
500 tmp32a = best_lag2q - OFFSET_Q8;

Completed in 64 milliseconds