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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 126 cdfLo = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
127 cdfHi = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 + 64, *envQ8));
136 WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
141 WEBRTC_SPL_MUL_16_U16(*dataQ7 + 64, *envQ8));
304 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
313 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
323 WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
342 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
352 WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core_neon.c 214 // echoEst[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i], far_spectrum[i]);
247 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i], far_spectrum[i]);
263 // echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i], far_spectrum[i]);
273 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i], far_spectrum[i]);
aecm_core.c 493 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
513 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
515 echo_est[i + 1] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 1],
517 echo_est[i + 2] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 2],
519 echo_est[i + 3] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 3],
522 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
    [all...]
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 77 #define WEBRTC_SPL_MUL_16_U16(a, b) \
103 + (((WEBRTC_SPL_MUL_16_U16(a, (WebRtc_UWord16)(b)) >> 1) + 0x0200) >> 10))
106 + (((WEBRTC_SPL_MUL_16_U16(a, (WebRtc_UWord16)(b)) >> 1) + 0x1000) >> 13))
109 + (((WEBRTC_SPL_MUL_16_U16(a, (WebRtc_UWord16)(b)) >> 1) + 0x2000) >> 14))
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.c 231 tmp32 = WEBRTC_SPL_MUL_16_U16(in_mic[i], gain);
247 tmp32 = WEBRTC_SPL_MUL_16_U16(in_mic_H[i], gain);
485 tmpFlt = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL_16_U16(in_near[ii], gain), 10);
513 tmpFlt = WEBRTC_SPL_MUL_16_U16(in_near_H[ii], gain);
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
signal_processing_unittest.cc 51 EXPECT_EQ(-49149, WEBRTC_SPL_MUL_16_U16(a, b));
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 291 milliseconds