Searched refs:WebRtcSpl_MaxAbsElementW16 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/ |
D | cross_correlation.cc | 31 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/ |
D | signal_processing_unittest.cc | 293 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()
|
D | min_max_operations.c | 158 int16_t WebRtcSpl_MaxAbsElementW16(const int16_t* vector, size_t length) { in WebRtcSpl_MaxAbsElementW16() function
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | enhancer_interface.c | 208 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/ |
D | signal_processing_library.h | 271 int16_t WebRtcSpl_MaxAbsElementW16(const int16_t* vector, size_t length);
|