Home
last modified time | relevance | path

Searched refs:WebRtcSpl_MaxValueW16 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_init.c23 MaxValueW16 WebRtcSpl_MaxValueW16; variable
37 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16C; in InitPointersToC()
53 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16Neon; in InitPointersToNeon()
68 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16_mips; in InitPointersToMIPS()
Dsignal_processing_unittest.cc251 WebRtcSpl_MaxValueW16(vector16, kVectorSize)); in TEST_F()
271 WebRtcSpl_MaxValueW16(vector16, kVectorSize)); in TEST_F()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h188 extern MaxValueW16 WebRtcSpl_MaxValueW16;
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c68 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, in UpdateNoiseEstimateNeon()
Dnsx_core.c311 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, in UpdateNoiseEstimate()