Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c120 ifft_out[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in InverseFFTAndWindow()
625 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock()
627 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
636 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock()
638 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
Daecm_core_mips.c1237 (WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock()
1241 (WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c113 lagdeltaQ7 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilter()
194 lagdeltaQ7 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterGains()
Dpitch_filter_c.c49 inputState[0] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterCore()
Dlpc_masking_model.c422 tmp16=(int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,pg3,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
436 tmp16=(int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,divVal,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter.c124 lagdeltaQ7 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilter()
205 lagdeltaQ7 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterGains()
Dpitch_filter_c.c49 inputState[0] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcIsacfix_PitchFilterCore()
Dlpc_masking_model.c422 tmp16=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,pg3,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
436 tmp16=(WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2,divVal,13);/* Q13*Q10>>13 => Q10*/ in WebRtcIsacfix_GetVars()
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const, in UpdateNoiseEstimateNeon()
293 tmp16no1 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationNeon()
295 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationNeon()
Dnsx_core.c450 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in UpdateNoiseEstimate()
564 tmp16no1 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationC()
566 tmp16no2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationC()
641 tmp16a = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in SynthesisUpdateC()
643 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0 in SynthesisUpdateC()
678 out[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in AnalysisUpdateC()
1446 tmp16no2 += (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcNsx_SpeechNoiseProb()
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c72 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const, in UpdateNoiseEstimateNeon()
335 tmp16no1 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcNsx_NoiseEstimationNeon()
337 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcNsx_NoiseEstimationNeon()
Dnsx_core.c314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in UpdateNoiseEstimate()
428 tmp16no1 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationC()
430 tmp16no2 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in NoiseEstimationC()
501 tmp16a = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in SynthesisUpdateC()
503 tmp32 = WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(tmp16a, gain_factor, 13); // Q0 in SynthesisUpdateC()
538 out[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in AnalysisUpdateC()
Dnsx_core_c.c184 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c218 tmp16no2 += (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_neon.S174 vqrdmulh.s16 q11, q5, q11 @ WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c440 fft[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND( in InverseFFTAndWindowC()
1870 efw[i].real = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock()
1872 efw[i].imag = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
1881 efw[i].real = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock()
1883 efw[i].imag = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
/external/webrtc/src/common_audio/signal_processing/
Dsignal_processing_unittest.cc72 EXPECT_EQ(-12287, WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(a, b, 2)); in TEST_F()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h119 #define WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(a, b, c) \ macro
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h75 #define WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(a, b, c) \ macro
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc57 EXPECT_EQ(-12287, WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(a, b, 2)); in TEST_F()