/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | augmented_cb_corr.c | 52 (*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()
|
D | cb_mem_energy_augmentation.c | 42 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()
|
D | comp_corr.c | 40 (*corr)=WebRtcSpl_DotProductWithScale(&buffer[bLen-sRange], w16ptr, sRange, scale); in WebRtcIlbcfix_CompCorr() 41 (*ener)=WebRtcSpl_DotProductWithScale(w16ptr, w16ptr, sRange, scale); in WebRtcIlbcfix_CompCorr()
|
D | smooth.c | 57 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()
|
D | cb_mem_energy.c | 52 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale); in WebRtcIlbcfix_CbMemEnergy() 68 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale); in WebRtcIlbcfix_CbMemEnergy()
|
D | xcorr_coef.c | 78 Energy=WebRtcSpl_DotProductWithScale(regressor, regressor, subl, shifts); in WebRtcIlbcfix_XcorrCoef() 84 crossCorr=WebRtcSpl_DotProductWithScale(tp, rp, subl, shifts); in WebRtcIlbcfix_XcorrCoef()
|
D | enhancer_interface.c | 148 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()
|
D | frame_classify.c | 59 (*seqEnPtr) = WebRtcSpl_DotProductWithScale(ssqPtr, ssqPtr, 76, scale1); in WebRtcIlbcfix_FrameClassify()
|
D | cb_search.c | 131 targetEner = WebRtcSpl_DotProductWithScale(target, target, lTarget, scale); in WebRtcIlbcfix_CbSearch() 356 codedEner = WebRtcSpl_DotProductWithScale(codedVec, codedVec, lTarget, scale); in WebRtcIlbcfix_CbSearch()
|
D | encode.c | 166 en1=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index], in WebRtcIlbcfix_EncodeImpl() 169 en2=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index], in WebRtcIlbcfix_EncodeImpl()
|
D | do_plc.c | 148 … tmp2W32=WebRtcSpl_DotProductWithScale(&iLBCdec_inst->prevResidual[iLBCdec_inst->blockl-corrLen], in WebRtcIlbcfix_DoThePlc()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | time_stretch.cc | 92 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()
|
D | expand.cc | 476 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()
|
D | merge.cc | 221 int32_t energy_expanded = WebRtcSpl_DotProductWithScale(expanded_signal, in SignalScaling() 230 int32_t energy_input = WebRtcSpl_DotProductWithScale(input, input, in SignalScaling()
|
D | normal.cc | 84 int32_t energy = WebRtcSpl_DotProductWithScale(signal, signal, in Process()
|
D | background_noise.cc | 98 int32_t residual_energy = WebRtcSpl_DotProductWithScale(fiter_output, in Update()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | dot_product_with_scale.c | 13 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1, in WebRtcSpl_DotProductWithScale() function
|
D | signal_processing_unittest.cc | 427 EXPECT_EQ(605362796, WebRtcSpl_DotProductWithScale(vector16, in TEST_F()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 614 int32_t WebRtcSpl_DotProductWithScale(const int16_t* vector1,
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.c | 235 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4); in WebRtcAgc_AddMic()
|