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

  /external/webrtc/src/common_audio/vad/
vad_core.c 341 WebRtc_Word16 delt, ndelt; local
531 ndelt = WEBRTC_SPL_LSHIFT_W16(backval, 4);
532 ndelt -= tmp16_1; // Q8 - Q8
533 nmk3 = nmk2 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(ndelt,
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_core.c 136 int16_t delt, ndelt; local
307 ndelt = (feature_minimum << 4) - tmp1_s16;
309 nmk3 = nmk2 + (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(ndelt, kBackEta, 9);

Completed in 53 milliseconds