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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 179 int32_t tmp32c,tmp32d, tmp32e; local
344 tmp32e = tmp32c - tmp32d;
346 cv2q[k] += WEBRTC_SPL_RSHIFT_W32(tmp32e, 1);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 289 WebRtc_Word32 tmp32c,tmp32d, tmp32e; local
449 tmp32e = tmp32c -tmp32d;
451 cv2q[k] += WEBRTC_SPL_RSHIFT_W32(tmp32e, 1);

Completed in 42 milliseconds