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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 180 int16_t old_lagQ;
184 old_lagQ = State->PFstr_wght.oldlagQ7; // Q7
185 old_lagQ8= WEBRTC_SPL_LSHIFT_W32((int32_t)old_lagQ,1); //Q8
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 290 WebRtc_Word16 old_lagQ;
294 old_lagQ = State->PFstr_wght.oldlagQ7; // Q7
295 old_lagQ8= WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)old_lagQ,1); //Q8

Completed in 175 milliseconds