Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_ADD_SAT_W16 (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
Dauto_corr_to_refl_coef.c91 *pptr = WEBRTC_SPL_ADD_SAT_W16( *pptr, tmp ); in WebRtcSpl_AutoCorrToReflCoef()
96 *pptr = WEBRTC_SPL_ADD_SAT_W16( *(pptr+1), tmp ); in WebRtcSpl_AutoCorrToReflCoef()
99 *wptr = WEBRTC_SPL_ADD_SAT_W16( *wptr, tmp ); in WebRtcSpl_AutoCorrToReflCoef()
Dsignal_processing_unittest.cc81 EXPECT_EQ(16380, WEBRTC_SPL_ADD_SAT_W16(a, b)); in TEST_F()
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c2047 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2048 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2053 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2054 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2057 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2058 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2061 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2062 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c120 …out[n]=WEBRTC_SPL_ADD_SAT_W16(data_vec[WEBRTC_SPL_MUL_16_16(2, n)], data_vec[WEBRTC_SPL_MUL_16_16(… in WebRtcIsacfix_DecimateAllpass32()
Ddecode.c137 Vector_Word16_1[k] = WEBRTC_SPL_ADD_SAT_W16( in WebRtcIsacfix_DecodeImpl()
Ddecode_plc.c759 Vector_Word16_1[i] = (WebRtc_Word16)WEBRTC_SPL_ADD_SAT_W16( in WebRtcIsacfix_DecodePlcImpl()
/external/webrtc/src/modules/audio_processing/agc/
Ddigital_agc.c764 WEBRTC_SPL_ADD_SAT_W16(state->counter, 1)); in WebRtcAgc_ProcessVad()
770 WEBRTC_SPL_ADD_SAT_W16(state->counter, 1)); in WebRtcAgc_ProcessVad()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h134 #define WEBRTC_SPL_ADD_SAT_W16(a, b) WebRtcSpl_AddSatW16(a, b) macro
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c646 inst->synthesisBuffer[i] = WEBRTC_SPL_ADD_SAT_W16(inst->synthesisBuffer[i], in SynthesisUpdateC()