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

  /external/webrtc/src/common_audio/signal_processing/
min_max_operations.c 16 * WebRtcSpl_MaxValueW16()
105 WebRtc_Word16 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector, WebRtc_Word16 length)
120 #pragma message(">> WebRtcSpl_MaxValueW16 is excluded from this build")
signal_processing_unittest.cc 237 EXPECT_EQ(133, WebRtcSpl_MaxValueW16(b16, kVectorSize));
  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 223 WebRtc_Word16 WebRtcSpl_MaxValueW16(G_CONST WebRtc_Word16* vector,
801 // WebRtcSpl_MaxValueW16(...)
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 27 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
nsx_core.c 447 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
    [all...]

Completed in 503 milliseconds