Home
last modified time | relevance | path

Searched refs:WebRtcSpl_AddSatW16 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/common_audio/signal_processing/
Dauto_corr_to_refl_coef.c91 *pptr = WebRtcSpl_AddSatW16(*pptr, tmp); in WebRtcSpl_AutoCorrToReflCoef()
96 *pptr = WebRtcSpl_AddSatW16(*(pptr + 1), tmp); in WebRtcSpl_AutoCorrToReflCoef()
99 *wptr = WebRtcSpl_AddSatW16(*wptr, tmp); in WebRtcSpl_AutoCorrToReflCoef()
Dsignal_processing_unittest.cc117 EXPECT_EQ(104, WebRtcSpl_AddSatW16(a16, b16)); in TEST()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c110 out[n] = WebRtcSpl_AddSatW16(data_vec[2 * n], data_vec[2 * n + 1]); in WebRtcIsacfix_DecimateAllpass32()
Ddecode.c138 Vector_Word16_1[k] = WebRtcSpl_AddSatW16( in WebRtcIsacfix_DecodeImpl()
Ddecode_plc.c740 Vector_Word16_1[i] = WebRtcSpl_AddSatW16(wNoisyLP, wPriodicLP); in WebRtcIsacfix_DecodePlcImpl()
/external/webrtc/common_audio/signal_processing/include/
Dspl_inl.h113 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
Dspl_inl_armv7.h47 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
Dspl_inl_mips.h74 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
/external/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.cc675 WebRtcSpl_DivW32W16ResW16(tmp32, WebRtcSpl_AddSatW16(state->counter, 1)); in WebRtcAgc_ProcessVad()
681 WebRtcSpl_DivW32W16(tmp32, WebRtcSpl_AddSatW16(state->counter, 1)); in WebRtcAgc_ProcessVad()
/external/webrtc/modules/audio_processing/aecm/
Daecm_core_c.cc169 out[i].real = WebRtcSpl_AddSatW16(out[i].real, uReal[i]); in ComfortNoise()
170 out[i].imag = WebRtcSpl_AddSatW16(out[i].imag, uImag[i]); in ComfortNoise()