Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dcross_correlation.cc31 WebRtcSpl_MaxAbsElementW16(sequence_1, sequence_1_length); in CrossCorrelationWithAutoShift()
39 WebRtcSpl_MaxAbsElementW16(sequence_2_start, sequence_2_length); in CrossCorrelationWithAutoShift()
/external/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc293 WebRtcSpl_MaxAbsElementW16(vector16, kVectorSize)); in TEST()
316 WebRtcSpl_MaxAbsElementW16(vector16, kVectorSize)); in TEST()
347 WebRtcSpl_MaxAbsElementW16(vector16, kVectorSize)); in TEST()
360 EXPECT_EQ(0, WebRtcSpl_MaxAbsElementW16(&single_element_vector, 1)); in TEST()
379 WebRtcSpl_MaxAbsElementW16(two_element_vector, 2)); in TEST()
Dmin_max_operations.c158 int16_t WebRtcSpl_MaxAbsElementW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsElementW16() function
/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c208 max16 = WebRtcSpl_MaxAbsElementW16(regressor, plc_blockl + 3 - 1); in WebRtcIlbcfix_EnhancerInterface()
210 WebRtcSpl_MaxAbsElementW16(target, plc_blockl + 3 - 1); in WebRtcIlbcfix_EnhancerInterface()
/external/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h271 int16_t WebRtcSpl_MaxAbsElementW16(const int16_t* vector, size_t length);