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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
hp_input.c 78 tmpW32 = WEBRTC_SPL_WORD32_MIN;
hp_output.c 78 tmpW32 = WEBRTC_SPL_WORD32_MIN;
  /external/webrtc/webrtc/common_audio/signal_processing/
min_max_operations.c 97 int32_t maximum = WEBRTC_SPL_WORD32_MIN;
178 int32_t maximum = WEBRTC_SPL_WORD32_MIN;
min_max_operations_neon.c 165 int32_t maximum = WEBRTC_SPL_WORD32_MIN;
172 int32x4_t max32x4_0 = vdupq_n_s32(WEBRTC_SPL_WORD32_MIN);
173 int32x4_t max32x4_1 = vdupq_n_s32(WEBRTC_SPL_WORD32_MIN);
signal_processing_unittest.cc 80 WEBRTC_SPL_WORD32_MIN));
102 EXPECT_EQ(0, WebRtcSpl_NormW32(WEBRTC_SPL_WORD32_MIN));
234 -12389756, -987329871, 888, -2, WEBRTC_SPL_WORD32_MIN};
238 EXPECT_EQ(WEBRTC_SPL_WORD32_MIN,
265 vector32[6] = WEBRTC_SPL_WORD32_MIN;
266 vector32[11] = WEBRTC_SPL_WORD32_MIN;
278 EXPECT_EQ(WEBRTC_SPL_WORD32_MIN,
min_max_operations_mips.c 292 int32_t maximum = WEBRTC_SPL_WORD32_MIN;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_unittest.cc 43 data_ch2[i] = sign * WEBRTC_SPL_WORD32_MIN / (i * i + 1);
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 28 #define WEBRTC_SPL_WORD32_MIN (int32_t)0x80000000
33 // for inputs of a = WEBRTC_SPL_WORD16_MIN or WEBRTC_SPL_WORD32_MIN.
    [all...]

Completed in 250 milliseconds