Searched refs:WEBRTC_SPL_MUL_16_U16 (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c126 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/
H A Daecm_core_neon.c214 // 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]);
H A Daecm_core.c493 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],
/external/webrtc/src/modules/audio_processing/agc/
H A Ddigital_agc.c136 den = WEBRTC_SPL_MUL_16_U16(20, constMaxGain); // in Q8
143 tmp32 = WEBRTC_SPL_MUL_16_U16(tmp16, kLog10_2) + 1; // Q14
189 numFIX = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_U16(maxGain, constMaxGain), 6); // Q14
216 tmp32 = WEBRTC_SPL_MUL_16_U16(i - 1, kLog10_2); // Q14
782 tmp32b = WEBRTC_SPL_MUL_16_U16(state->logRatio, tmpU16);
H A Danalog_agc.c231 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);
/external/webrtc/src/common_audio/signal_processing/include/
H A Dsignal_processing_library.h77 #define WEBRTC_SPL_MUL_16_U16(a, b) \ macro
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))
/external/webrtc/src/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc51 EXPECT_EQ(-49149, WEBRTC_SPL_MUL_16_U16(a, b));
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c1734 tmp_2_w32 = WEBRTC_SPL_MUL_16_U16(sum_log_i_square, sum_log_magn_u16); // Q(11-zeros)
1754 tmp_2_w32 = WEBRTC_SPL_MUL_16_U16(sum_log_i, sum_log_magn_u16); // Q(14-zeros)

Completed in 131 milliseconds