HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcSpl_MaxValueW16 (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
min_max_operations.c 16 * WebRtcSpl_MaxValueW16()
145 WebRtc_Word16 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length)
160 #pragma message(">> WebRtcSpl_MaxValueW16 is excluded from this build")
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 251 WebRtc_Word16 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector,
    [all...]
  /external/webrtc/src/common_audio/signal_processing_library/main/test/unit_test/
unit_test.cc 257 EXPECT_EQ(133, WebRtcSpl_MaxValueW16(b16, 4));
  /external/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.c 417 tmp16no2 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, inst->magnLen);
    [all...]

Completed in 33 milliseconds