Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_MUL (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c301 bweStr->recBwInv = WEBRTC_SPL_MUL((int32_t)bweStr->recBwInv, (int32_t)reductionFactor); in WebRtcIsacfix_UpdateUplinkBwImpl()
394 tempUpper = WEBRTC_SPL_MUL(tempUpper, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
395 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
431 arrTimeProj = WEBRTC_SPL_MUL((int32_t)8000, recBwAvgInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
435 arrTimeProj = WEBRTC_SPL_MUL(((int32_t)pksize + HEADER_SIZE), arrTimeProj); in WebRtcIsacfix_UpdateUplinkBwImpl()
468 WEBRTC_SPL_MUL(973, bweStr->recJitterShortTermAbs); in WebRtcIsacfix_UpdateUplinkBwImpl()
474 WEBRTC_SPL_MUL(3891, bweStr->recJitterShortTerm); in WebRtcIsacfix_UpdateUplinkBwImpl()
512 bweStr->recMaxDelay = WEBRTC_SPL_MUL(3, bweStr->recJitter); in WebRtcIsacfix_UpdateUplinkBwImpl()
566 bweStr->sendMaxDelayAvg = WEBRTC_SPL_MUL(461, bweStr->sendMaxDelayAvg) + in WebRtcIsacfix_UpdateUplinkBwRec()
574 bweStr->sendMaxDelayAvg = WEBRTC_SPL_MUL(461, bweStr->sendMaxDelayAvg) + in WebRtcIsacfix_UpdateUplinkBwRec()
[all …]
Dentropy_coding.c206 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */ in CalcInvArSpec()
224 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 */ in CalcInvArSpec()
280 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */ in CalcRootInvArSpec()
298 sum += WEBRTC_SPL_MUL(ARCoefQ12[n-k], ARCoefQ12[n]); /* Q24 */ in CalcRootInvArSpec()
426 dither_gain_Q14 = (int16_t)(22528 - WEBRTC_SPL_MUL(10, AvgPitchGain_Q12)); in GenerateDitherQ7()
1245 …tmpcoeffs_sQ17[WebRtcIsacfix_kSelIndShape[k]] = WEBRTC_SPL_MUL(128, WebRtcIsacfix_kLevelsShapeQ10[… in EstCodeLpcCoef()
1631 index_comb = (int16_t)(WEBRTC_SPL_MUL(WebRtcIsacfix_kMultsGain[0], index[0]) + in WebRtcIsacfix_EncodePitchGain()
1632 WEBRTC_SPL_MUL(WebRtcIsacfix_kMultsGain[1], index[1]) + index[2]); in WebRtcIsacfix_EncodePitchGain()
Dlattice_neon.c187 *ptr2 = (int32_t)(WEBRTC_SPL_MUL(t16a, tmp32b) + in WebRtcIsacfix_FilterMaLoopNeon()
Darith_routines_logist.c73 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]); in WebRtcIsacfix_Piecewise()
Dlattice.c22 ((int32_t)(WEBRTC_SPL_MUL(a32a, b32) + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32))))
Disacfix.c1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c103 WEBRTC_SPL_MUL(ENH_A0, w00prim >> 14), in WebRtcIlbcfix_Smooth()
184 WEBRTC_SPL_MUL(A, w11_div_w00); in WebRtcIlbcfix_Smooth()
Dget_lsp_poly.c56 (*fPtr) = WEBRTC_SPL_MUL((*lspPtr), -1024); in WebRtcIlbcfix_GetLspPoly()
Dframe_classify.c79 (*seqEnPtr)=WEBRTC_SPL_MUL(((*seqEnPtr)>>scale1), (*ssqPtr)); in WebRtcIlbcfix_FrameClassify()
/external/webrtc/webrtc/common_audio/signal_processing/
Dget_scaling_square.c37 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); in WebRtcSpl_GetScalingSquare()
Dauto_correlation.c38 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); in WebRtcSpl_AutoCorrelation()
Dsignal_processing_unittest.cc40 EXPECT_EQ(-63, WEBRTC_SPL_MUL(a, B)); in TEST_F()
41 EXPECT_EQ(-2147483645, WEBRTC_SPL_MUL(a, b)); in TEST_F()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h39 #define WEBRTC_SPL_MUL(a, b) \ macro
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c107 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */ in FindInvArSpec()
127 sum += WEBRTC_SPL_MUL(ARCoefQ12[n - k], ARCoefQ12[n]); /* Q24 */ in FindInvArSpec()