Home
last modified time | relevance | path

Searched refs:WebRtcSpl_DotProductWithScale (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Daugmented_cb_corr.c52 (*crossDotPtr) = WebRtcSpl_DotProductWithScale(target, buffer-lagcount, ilow, scale); in WebRtcIlbcfix_AugmentedCbCorr()
55 (*crossDotPtr) += WebRtcSpl_DotProductWithScale(target+ilow, iSPtr, 4, scale); in WebRtcIlbcfix_AugmentedCbCorr()
60 … (*crossDotPtr) += WebRtcSpl_DotProductWithScale(targetPtr, buffer-lagcount, SUBL-lagcount, scale); in WebRtcIlbcfix_AugmentedCbCorr()
Dcb_mem_energy_augmentation.c42 nrjRecursive = WebRtcSpl_DotProductWithScale( CBmemPtr-19, CBmemPtr-19, 15, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()
53 energy += WebRtcSpl_DotProductWithScale(interpSamplesPtr, interpSamplesPtr, 4, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()
58 energy += WebRtcSpl_DotProductWithScale(pp, pp, SUBL-lagcount, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()
Dcomp_corr.c40 (*corr)=WebRtcSpl_DotProductWithScale(&buffer[bLen-sRange], w16ptr, sRange, scale); in WebRtcIlbcfix_CompCorr()
41 (*ener)=WebRtcSpl_DotProductWithScale(w16ptr, w16ptr, sRange, scale); in WebRtcIlbcfix_CompCorr()
Dsmooth.c57 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()
Dcb_mem_energy.c52 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale); in WebRtcIlbcfix_CbMemEnergy()
68 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale); in WebRtcIlbcfix_CbMemEnergy()
Dxcorr_coef.c78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
Denhancer_interface.c148 ener = WebRtcSpl_DotProductWithScale(regressor - lagmax[i], in WebRtcIlbcfix_EnhancerInterface()
261 tmp2 = WebRtcSpl_DotProductWithScale( in WebRtcIlbcfix_EnhancerInterface()
265 tmp1 = WebRtcSpl_DotProductWithScale(plc_pred, plc_pred, in WebRtcIlbcfix_EnhancerInterface()
Dframe_classify.c59 (*seqEnPtr) = WebRtcSpl_DotProductWithScale(ssqPtr, ssqPtr, 76, scale1); in WebRtcIlbcfix_FrameClassify()
Dcb_search.c131 targetEner = WebRtcSpl_DotProductWithScale(target, target, lTarget, scale); in WebRtcIlbcfix_CbSearch()
356 codedEner = WebRtcSpl_DotProductWithScale(codedVec, codedVec, lTarget, scale); in WebRtcIlbcfix_CbSearch()
Dencode.c166 en1=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index], in WebRtcIlbcfix_EncodeImpl()
169 en2=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index], in WebRtcIlbcfix_EncodeImpl()
Ddo_plc.c148 … tmp2W32=WebRtcSpl_DotProductWithScale(&iLBCdec_inst->prevResidual[iLBCdec_inst->blockl-corrLen], in WebRtcIlbcfix_DoThePlc()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc92 WebRtcSpl_DotProductWithScale(vec1, vec1, peak_index, scaling); in Process()
94 WebRtcSpl_DotProductWithScale(vec2, vec2, peak_index, scaling); in Process()
98 WebRtcSpl_DotProductWithScale(vec1, vec2, peak_index, scaling); in Process()
Dexpand.cc476 int32_t energy1 = WebRtcSpl_DotProductWithScale( in AnalyzeSignal()
480 int32_t energy2 = WebRtcSpl_DotProductWithScale( in AnalyzeSignal()
517 energy1 = WebRtcSpl_DotProductWithScale(vector1, vector1, expansion_length, in AnalyzeSignal()
519 energy2 = WebRtcSpl_DotProductWithScale(vector2, vector2, expansion_length, in AnalyzeSignal()
671 int32_t unvoiced_energy = WebRtcSpl_DotProductWithScale(unvoiced_vector, in AnalyzeSignal()
Dmerge.cc221 int32_t energy_expanded = WebRtcSpl_DotProductWithScale(expanded_signal, in SignalScaling()
230 int32_t energy_input = WebRtcSpl_DotProductWithScale(input, input, in SignalScaling()
Dnormal.cc84 int32_t energy = WebRtcSpl_DotProductWithScale(signal, signal, in Process()
Dbackground_noise.cc98 int32_t residual_energy = WebRtcSpl_DotProductWithScale(fiter_output, in Update()
/external/webrtc/webrtc/common_audio/signal_processing/
Ddot_product_with_scale.c13 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1, in WebRtcSpl_DotProductWithScale() function
Dsignal_processing_unittest.cc427 EXPECT_EQ(605362796, WebRtcSpl_DotProductWithScale(vector16, in TEST_F()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h614 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1,
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c235 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4); in WebRtcAgc_AddMic()