Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_WORD32_MIN (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc80 WEBRTC_SPL_WORD32_MIN)); in TEST_F()
102 EXPECT_EQ(0, WebRtcSpl_NormW32(WEBRTC_SPL_WORD32_MIN)); in TEST_F()
234 -12389756, -987329871, 888, -2, WEBRTC_SPL_WORD32_MIN}; in TEST_F()
238 EXPECT_EQ(WEBRTC_SPL_WORD32_MIN, in TEST_F()
265 vector32[6] = WEBRTC_SPL_WORD32_MIN; in TEST_F()
266 vector32[11] = WEBRTC_SPL_WORD32_MIN; in TEST_F()
278 EXPECT_EQ(WEBRTC_SPL_WORD32_MIN, in TEST_F()
Dmin_max_operations_neon.c165 int32_t maximum = WEBRTC_SPL_WORD32_MIN; in WebRtcSpl_MaxValueW32Neon()
172 int32x4_t max32x4_0 = vdupq_n_s32(WEBRTC_SPL_WORD32_MIN); in WebRtcSpl_MaxValueW32Neon()
173 int32x4_t max32x4_1 = vdupq_n_s32(WEBRTC_SPL_WORD32_MIN); in WebRtcSpl_MaxValueW32Neon()
Dmin_max_operations.c97 int32_t maximum = WEBRTC_SPL_WORD32_MIN; in WebRtcSpl_MaxValueW32C()
178 int32_t maximum = WEBRTC_SPL_WORD32_MIN; in WebRtcSpl_MaxIndexW32()
Dmin_max_operations_mips.c292 int32_t maximum = WEBRTC_SPL_WORD32_MIN; in WebRtcSpl_MaxValueW32_mips()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dhp_output.c78 tmpW32 = WEBRTC_SPL_WORD32_MIN; in WebRtcIlbcfix_HpOutput()
Dhp_input.c78 tmpW32 = WEBRTC_SPL_WORD32_MIN; in WebRtcIlbcfix_HpInput()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilterbanks_unittest.cc43 data_ch2[i] = sign * WEBRTC_SPL_WORD32_MIN / (i * i + 1); in CalculateResidualEnergyTester()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h28 #define WEBRTC_SPL_WORD32_MIN (int32_t)0x80000000 macro