Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_DIV (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c300 bweStr->recBwInv = WEBRTC_SPL_DIV((1073741824 + in WebRtcIsacfix_UpdateUplinkBwImpl()
856 …if (State->StillBuffered < WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL((512 - WEBRTC_SPL_DIV(512, BURST_L… in WebRtcIsacfix_GetMinBytes()
858 inv_Q12 = WEBRTC_SPL_DIV(4096, WEBRTC_SPL_MUL(BURST_LEN, FrameSamples)); in WebRtcIsacfix_GetMinBytes()
862 inv_Q12 = WEBRTC_SPL_DIV(4096, FrameSamples); in WebRtcIsacfix_GetMinBytes()
897 …if (WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(StreamSize, FS8), FrameSamples) > (WEBRTC_SPL_MUL(517, BottleNec… in WebRtcIsacfix_GetMinBytes()
900 State->ExceedAgo -= WEBRTC_SPL_DIV(BURST_INTERVAL, BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()
924 …TransmissionTime = (WebRtc_Word16)WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(StreamSize, 8000), BottleNeck); … in WebRtcIsacfix_GetMinBytes()
953 …TransmissionTime = (WebRtc_Word16)WEBRTC_SPL_DIV(WEBRTC_SPL_MUL(WEBRTC_SPL_MUL(StreamSize, 8), 100… in WebRtcIsacfix_UpdateRateModel()
Ddecode.c79 frame_mode = (WebRtc_Word16)WEBRTC_SPL_DIV(*current_framesamples, MAX_FRAMESAMPLES); /* 0, or 1 */ in WebRtcIsacfix_DecodeImpl()
80 …processed_samples = (WebRtc_Word16)WEBRTC_SPL_DIV(*current_framesamples, frame_mode+1); /* either … in WebRtcIsacfix_DecodeImpl()
Darith_routines_logist.c286 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(inSqrt, res) + res, 1); in WebRtcIsacfix_DecLogisticMulti2()
290 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(inSqrt, res) + res, 1); in WebRtcIsacfix_DecLogisticMulti2()
Dentropy_coding.c319 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
323 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
337 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
341 newRes = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_DIV(in_sqrt, res) + res, 1); in CalcRootInvArSpec()
/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.c211 targetGainIdx = (WebRtc_UWord16)WEBRTC_SPL_DIV(tmp32, tmp16); in WebRtcAgc_AddMic()
1074 volNormFIX = (WebRtc_Word16)WEBRTC_SPL_DIV(tmp32, in WebRtcAgc_ProcessAnalog()
1134 volNormFIX = (WebRtc_Word16)WEBRTC_SPL_DIV(tmp32, in WebRtcAgc_ProcessAnalog()
Ddigital_agc.c213 y32 = WEBRTC_SPL_DIV(numFIX, tmp32no1); // in Q14 in WebRtcAgc_CalculateGainTable()
/external/webrtc/src/common_audio/signal_processing/
Dsignal_processing_unittest.cc55 EXPECT_EQ(-5461, WEBRTC_SPL_DIV(a, b)); in TEST_F()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h79 #define WEBRTC_SPL_DIV(a, b) \ macro
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1513 nonSpeechProbFinal[i] = (WebRtc_UWord16)WEBRTC_SPL_DIV(tmp32no1, in WebRtcNsx_SpeechNoiseProb()
1820 energyRatio = (WebRtc_Word16)WEBRTC_SPL_DIV(energyOut in WebRtcNsx_DataSynthesis()