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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 125 cdfLo = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
126 cdfHi = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(*dataQ7 + 64, *envQ8));
135 WEBRTC_SPL_MUL_16_U16(*dataQ7 - 64, *envQ8));
140 WEBRTC_SPL_MUL_16_U16(*dataQ7 + 64, *envQ8));
301 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
310 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
320 WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
339 cdfTmp = WebRtcIsacfix_Piecewise(WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
349 WEBRTC_SPL_MUL_16_U16(candQ7, tmpARSpecQ8));
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_neon.c 69 // echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
110 echo_est[PART_LEN] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[PART_LEN],
131 // echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
133 // echo_est[i + 1] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 1],
135 // echo_est[i + 2] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 2],
137 // echo_est[i + 3] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 3],
140 // echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
172 echo_est[PART_LEN] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[PART_LEN],
aecm_core.c 314 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
332 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
334 echo_est[i + 1] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 1],
336 echo_est[i + 2] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 2],
338 echo_est[i + 3] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i + 3],
341 echo_est[i] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[i],
    [all...]
aecm_core_mips.c 512 echo_est[PART_LEN] = WEBRTC_SPL_MUL_16_U16(aecm->channelStored[PART_LEN],
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 45 #define WEBRTC_SPL_MUL_16_U16(a, b) \
62 + (((WEBRTC_SPL_MUL_16_U16(a, (uint16_t)(b)) >> 1) + 0x0200) >> 10))
65 + (((WEBRTC_SPL_MUL_16_U16(a, (uint16_t)(b)) >> 1) + 0x1000) >> 13))
68 + (((WEBRTC_SPL_MUL_16_U16(a, (uint16_t)(b)) >> 1) + 0x2000) >> 14))
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 135 den = WEBRTC_SPL_MUL_16_U16(20, constMaxGain); // in Q8
142 tmp32 = WEBRTC_SPL_MUL_16_U16(tmp16, kLog10_2) + 1; // Q14
215 tmp32 = WEBRTC_SPL_MUL_16_U16(i - 1, kLog10_2); // Q14
756 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
  /external/webrtc/webrtc/common_audio/signal_processing/
signal_processing_unittest.cc 45 EXPECT_EQ(-49149, WEBRTC_SPL_MUL_16_U16(a, b));
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 1002 milliseconds