Home
last modified time | relevance | path

Searched refs:WebRtcSpl_MaxAbsValueW16 (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
Dmin_max_operations_neon.c18 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16* vector, in WebRtcSpl_MaxAbsValueW16() function
Dauto_correlation.c43 smax = WebRtcSpl_MaxAbsValueW16(in_vector, in_vector_length); in WebRtcSpl_AutoCorrelation()
Dmin_max_operations.c34 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16 *vector, WebRtc_Word16 length) in WebRtcSpl_MaxAbsValueW16() function
Dcomplex_fft.c313 tmp32 = (WebRtc_Word32)WebRtcSpl_MaxAbsValueW16(frfi, 2 * n); in WebRtcSpl_ComplexIFFT()
Dsignal_processing_unittest.cc235 EXPECT_EQ(1100, WebRtcSpl_MaxAbsValueW16(b16, kVectorSize)); in TEST_F()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h215 WebRtc_Word16 WebRtcSpl_MaxAbsValueW16(const WebRtc_Word16* vector,
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c1406 tmp16no1 = WebRtcSpl_MaxAbsValueW16(time_signal, PART_LEN2); in TimeToFrequencyDomain()
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1557 maxWinData = WebRtcSpl_MaxAbsValueW16(winData, inst->anaLen); in WebRtcNsx_DataAnalysis()