Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_WORD32_MAX (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
Dspl_sqrt.c147 if (A < (WEBRTC_SPL_WORD32_MAX - 32767)) in WebRtcSpl_Sqrt()
152 A = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_Sqrt()
Dsignal_processing_unittest.cc29 int b = WEBRTC_SPL_WORD32_MAX; in TEST_F()
63 int a32 = WEBRTC_SPL_WORD32_MAX; in TEST_F()
64 int a32a = (WEBRTC_SPL_WORD32_MAX >> 16); in TEST_F()
65 int a32b = (WEBRTC_SPL_WORD32_MAX & 0x0000ffff); in TEST_F()
Dmin_max_operations.c99 retval = (WebRtc_Word32)(WEBRTC_SPL_MIN(tempMax, WEBRTC_SPL_WORD32_MAX)); in WebRtcSpl_MaxAbsValueW32()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Disacfix_unittest.cc87 in[i] = WEBRTC_SPL_WORD32_MAX / (i + 1); in TEST_F()
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c357 aecm->mseThreshold = WEBRTC_SPL_WORD32_MAX; in WebRtcAecm_InitEchoPathCore()
1197 tmp32no2 = WEBRTC_SPL_WORD32_MAX; in WebRtcAecm_UpdateChannel()
1267 if (aecm->mseThreshold == WEBRTC_SPL_WORD32_MAX) in WebRtcAecm_UpdateChannel()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h31 #define WEBRTC_SPL_WORD32_MAX (WebRtc_Word32)0x7fffffff macro
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c318 minCorr = WEBRTC_SPL_WORD32_MAX; in WebRtcIsacfix_DecodePlcImpl()