Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dsplitting_filter.c150 low_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
154 high_band[i] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_AnalysisQMF()
192 out_data[k++] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_SynthesisQMF()
195 out_data[k++] = WebRtcSpl_SatW32ToW16(tmp); in WebRtcSpl_SynthesisQMF()
Dresample_by_2.c112 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_DownsampleBy2()
155 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_UpsampleBy2()
170 *out++ = WebRtcSpl_SatW32ToW16(out32); in WebRtcSpl_UpsampleBy2()
Ddownsample_fast.c55 *downsampled_ptr++ = WebRtcSpl_SatW32ToW16(o); in WebRtcSpl_DownsampleFast()
Dvector_scaling_operations.c128 (*outptr++) = WebRtcSpl_SatW32ToW16(tmpW32); in WebRtcSpl_ScaleVectorWithSat()
/external/webrtc/src/common_audio/signal_processing/include/
Dspl_inl.h22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { in WebRtcSpl_SatW32ToW16() function
35 return WebRtcSpl_SatW32ToW16((WebRtc_Word32) a + (WebRtc_Word32) b); in WebRtcSpl_AddSatW16()
61 return WebRtcSpl_SatW32ToW16((WebRtc_Word32) var1 - (WebRtc_Word32) var2); in WebRtcSpl_SubSatW16()
Dspl_inl_armv7.h130 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { in WebRtcSpl_SatW32ToW16() function
/external/webrtc/src/modules/audio_processing/
Daudio_buffer.cc31 out[i] = WebRtcSpl_SatW32ToW16(data32); in StereoToMono()
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c91 *ptr_noiseEstQuantile = WebRtcSpl_SatW32ToW16(tmp32no1); in UpdateNoiseEstimateNeon()
Dnsx_core.c466 inst->noiseEstQuantile[i] = WebRtcSpl_SatW32ToW16(tmp32no1); in UpdateNoiseEstimate()
625 inst->real[i] = WebRtcSpl_SatW32ToW16(tmp32); // Q0 in DenormalizeC()
645 tmp16b = WebRtcSpl_SatW32ToW16(tmp32); // Q0 in SynthesisUpdateC()