Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dsignal_processing_unittest.cc33 int b = WEBRTC_SPL_WORD32_MAX; in TEST()
78 WEBRTC_SPL_WORD32_MAX)); in TEST()
83 WEBRTC_SPL_WORD32_MAX)); in TEST()
86 WEBRTC_SPL_WORD32_MAX)); in TEST()
302 vector32[kVectorSize - 1] = WEBRTC_SPL_WORD32_MAX; in TEST()
308 EXPECT_EQ(WEBRTC_SPL_WORD32_MAX, in TEST()
310 EXPECT_EQ(WEBRTC_SPL_WORD32_MAX, in TEST()
325 vector32[1] = WEBRTC_SPL_WORD32_MAX; in TEST()
335 EXPECT_EQ(WEBRTC_SPL_WORD32_MAX, in TEST()
337 EXPECT_EQ(WEBRTC_SPL_WORD32_MAX, in TEST()
H A Dspl_sqrt.c147 A = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_Sqrt()
157 if (A < (WEBRTC_SPL_WORD32_MAX - 32767)) in WebRtcSpl_Sqrt()
162 A = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_Sqrt()
H A Dmin_max_operations_neon.c119 maximum = WEBRTC_SPL_MIN(maximum, WEBRTC_SPL_WORD32_MAX); in WebRtcSpl_MaxAbsValueW32Neon()
245 int32_t minimum = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_MinValueW32Neon()
252 int32x4_t min32x4_0 = vdupq_n_s32(WEBRTC_SPL_WORD32_MAX); in WebRtcSpl_MinValueW32Neon()
253 int32x4_t min32x4_1 = vdupq_n_s32(WEBRTC_SPL_WORD32_MAX); in WebRtcSpl_MinValueW32Neon()
H A Dmin_max_operations.c76 maximum = WEBRTC_SPL_MIN(maximum, WEBRTC_SPL_WORD32_MAX); in WebRtcSpl_MaxAbsValueW32C()
125 int32_t minimum = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_MinValueW32C()
221 int32_t minimum = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_MinIndexW32()
H A Dmin_max_operations_mips.c350 int32_t minimum = WEBRTC_SPL_WORD32_MAX; in WebRtcSpl_MinValueW32_mips()
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c66 if (w00<0) w00 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_Smooth()
67 if (w11<0) w11 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_Smooth()
H A Dvq3.c40 mindist = WEBRTC_SPL_WORD32_MAX; /* start value */ in WebRtcIlbcfix_Vq3()
H A Dvq4.c40 mindist = WEBRTC_SPL_WORD32_MAX; /* start value */ in WebRtcIlbcfix_Vq4()
H A Dhp_output.c78 tmpW32 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_HpOutput()
H A Dhp_input.c78 tmpW32 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_HpInput()
H A Dconstants.c539 37302935, 58819185, 109782723, WEBRTC_SPL_WORD32_MAX
H A Dstate_search.c90 maxValsq=(int32_t)WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_StateSearch()
/aosp_15_r20/external/webrtc/modules/audio_processing/aecm/
H A Daecm_core.cc273 aecm->mseThreshold = WEBRTC_SPL_WORD32_MAX; in WebRtcAecm_InitEchoPathCore()
920 tmp32no2 = WEBRTC_SPL_WORD32_MAX; in WebRtcAecm_UpdateChannel()
980 if (aecm->mseThreshold == WEBRTC_SPL_WORD32_MAX) { in WebRtcAecm_UpdateChannel()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Ddsp_helper.cc255 int32_t min_distortion = WEBRTC_SPL_WORD32_MAX; in MinDistortion()
/aosp_15_r20/external/webrtc/common_audio/signal_processing/include/
H A Dsignal_processing_library.h27 #define WEBRTC_SPL_WORD32_MAX (int32_t)0x7fffffff macro