Searched refs:WEBRTC_SPL_MUL (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.c | 301 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 …]
|
D | entropy_coding.c | 206 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()
|
D | lattice_neon.c | 187 *ptr2 = (int32_t)(WEBRTC_SPL_MUL(t16a, tmp32b) + in WebRtcIsacfix_FilterMaLoopNeon()
|
D | arith_routines_logist.c | 73 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]); in WebRtcIsacfix_Piecewise()
|
D | lattice.c | 22 ((int32_t)(WEBRTC_SPL_MUL(a32a, b32) + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32))))
|
D | isacfix.c | 1501 maxRateInBytes = (int16_t)( WebRtcSpl_DivW32W16ResW16(WEBRTC_SPL_MUL(maxRate, 3), 800) ); in WebRtcIsacfix_SetMaxRate()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 103 WEBRTC_SPL_MUL(ENH_A0, w00prim >> 14), in WebRtcIlbcfix_Smooth() 184 WEBRTC_SPL_MUL(A, w11_div_w00); in WebRtcIlbcfix_Smooth()
|
D | get_lsp_poly.c | 56 (*fPtr) = WEBRTC_SPL_MUL((*lspPtr), -1024); in WebRtcIlbcfix_GetLspPoly()
|
D | frame_classify.c | 79 (*seqEnPtr)=WEBRTC_SPL_MUL(((*seqEnPtr)>>scale1), (*ssqPtr)); in WebRtcIlbcfix_FrameClassify()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | get_scaling_square.c | 37 t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); in WebRtcSpl_GetScalingSquare()
|
D | auto_correlation.c | 38 int t = WebRtcSpl_NormW32(WEBRTC_SPL_MUL(smax, smax)); in WebRtcSpl_AutoCorrelation()
|
D | signal_processing_unittest.cc | 40 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/ |
D | signal_processing_library.h | 39 #define WEBRTC_SPL_MUL(a, b) \ macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 107 sum += WEBRTC_SPL_MUL(ARCoefQ12[n], ARCoefQ12[n]); /* Q24 */ in FindInvArSpec() 127 sum += WEBRTC_SPL_MUL(ARCoefQ12[n - k], ARCoefQ12[n]); /* Q24 */ in FindInvArSpec()
|