Home
last modified time | relevance | path

Searched refs:WebRtcSpl_ElementwiseVectorMult (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_lpc_analysis.c57WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer, WebRtcIlbcfix_kLpcWin, BLO… in WebRtcIlbcfix_SimpleLpcAnalysis()
61WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer+is, WebRtcIlbcfix_kLpcAsymW… in WebRtcIlbcfix_SimpleLpcAnalysis()
Dcreate_augmented_vec.c50 WebRtcSpl_ElementwiseVectorMult(&cbVec[ilow], ppi, WebRtcIlbcfix_kAlpha, 4, 15); in WebRtcIlbcfix_CreateAugmentedVec()
/external/webrtc/webrtc/common_audio/signal_processing/
Dilbc_specific_functions.c39 void WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in, in WebRtcSpl_ElementwiseVectorMult() function
Dsignal_processing_unittest.cc334 WebRtcSpl_ElementwiseVectorMult(bTmp16, a16, b16, kVectorSize, 6); in TEST_F()
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c291 WebRtcSpl_ElementwiseVectorMult(speechBuf, hanningW, speechBuf, nrOfSamples, in WebRtcCng_Encode()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h385 void WebRtcSpl_ElementwiseVectorMult(int16_t* out_vector,