Searched refs:WebRtcSpl_AddSatW16 (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | auto_corr_to_refl_coef.c | 91 *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()
|
D | signal_processing_unittest.cc | 119 EXPECT_EQ(104, WebRtcSpl_AddSatW16(a16, b16)); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters.c | 111 out[n] = WebRtcSpl_AddSatW16(data_vec[2 * n], data_vec[2 * n + 1]); in WebRtcIsacfix_DecimateAllpass32()
|
D | decode.c | 138 Vector_Word16_1[k] = WebRtcSpl_AddSatW16( in WebRtcIsacfix_DecodeImpl()
|
D | decode_plc.c | 740 Vector_Word16_1[i] = WebRtcSpl_AddSatW16(wNoisyLP, wPriodicLP); in WebRtcIsacfix_DecodePlcImpl()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | spl_inl_armv7.h | 46 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
|
D | spl_inl.h | 76 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
|
D | spl_inl_mips.h | 81 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() function
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | digital_agc.c | 733 tmp32, WebRtcSpl_AddSatW16(state->counter, 1)); in WebRtcAgc_ProcessVad() 739 tmp32, WebRtcSpl_AddSatW16(state->counter, 1)); in WebRtcAgc_ProcessVad()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 767 out[i].real = WebRtcSpl_AddSatW16(out[i].real, uReal[i]); in ComfortNoise() 768 out[i].imag = WebRtcSpl_AddSatW16(out[i].imag, uImag[i]); in ComfortNoise()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.c | 506 inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(inst->synthesisBuffer[i], in SynthesisUpdateC()
|