Searched refs:WebRtcSpl_AddSatW16 (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dauto_corr_to_refl_coef.c91 *pptr = WebRtcSpl_AddSatW16(*pptr, tmp);
96 *pptr = WebRtcSpl_AddSatW16(*(pptr + 1), tmp);
99 *wptr = WebRtcSpl_AddSatW16(*wptr, tmp);
H A Dsignal_processing_unittest.cc119 EXPECT_EQ(104, WebRtcSpl_AddSatW16(a16, b16));
/external/webrtc/webrtc/common_audio/signal_processing/include/
H A Dspl_inl.h76 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { function
H A Dspl_inl_armv7.h46 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { function
H A Dspl_inl_mips.h81 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { function
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters.c111 out[n] = WebRtcSpl_AddSatW16(data_vec[2 * n], data_vec[2 * n + 1]);
H A Ddecode.c138 Vector_Word16_1[k] = WebRtcSpl_AddSatW16(
H A Ddecode_plc.c740 Vector_Word16_1[i] = WebRtcSpl_AddSatW16(wNoisyLP, wPriodicLP);
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core_c.c767 out[i].real = WebRtcSpl_AddSatW16(out[i].real, uReal[i]);
768 out[i].imag = WebRtcSpl_AddSatW16(out[i].imag, uImag[i]);
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.c733 tmp32, WebRtcSpl_AddSatW16(state->counter, 1));
739 tmp32, WebRtcSpl_AddSatW16(state->counter, 1));
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core.c506 inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(inst->synthesisBuffer[i],

Completed in 84 milliseconds