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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_init.c 24 MaxValueW16 WebRtcSpl_MaxValueW16;
42 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16C;
62 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16Neon;
83 WebRtcSpl_MaxValueW16 = WebRtcSpl_MaxValueW16_mips;
signal_processing_unittest.cc 235 EXPECT_EQ(WEBRTC_SPL_WORD16_MIN, WebRtcSpl_MaxValueW16(vector16, 0));
236 EXPECT_EQ(WEBRTC_SPL_WORD16_MIN, WebRtcSpl_MaxValueW16(NULL, kVectorSize));
284 WebRtcSpl_MaxValueW16(vector16, kVectorSize));
304 WebRtcSpl_MaxValueW16(vector16, kVectorSize));
  /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/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 202 extern MaxValueW16 WebRtcSpl_MaxValueW16;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 68 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
nsx_core.c 311 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset,
    [all...]
  /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 1059 milliseconds