Searched refs:WebRtcSpl_ElementwiseVectorMult (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_lpc_analysis.c | 57 …WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer, WebRtcIlbcfix_kLpcWin, BLO… in WebRtcIlbcfix_SimpleLpcAnalysis() 61 …WebRtcSpl_ElementwiseVectorMult(windowedData, iLBCenc_inst->lpc_buffer+is, WebRtcIlbcfix_kLpcAsymW… in WebRtcIlbcfix_SimpleLpcAnalysis()
|
D | create_augmented_vec.c | 50 WebRtcSpl_ElementwiseVectorMult(&cbVec[ilow], ppi, WebRtcIlbcfix_kAlpha, 4, 15); in WebRtcIlbcfix_CreateAugmentedVec()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | ilbc_specific_functions.c | 39 void WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in, in WebRtcSpl_ElementwiseVectorMult() function
|
D | signal_processing_unittest.cc | 334 WebRtcSpl_ElementwiseVectorMult(bTmp16, a16, b16, kVectorSize, 6); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | webrtc_cng.c | 291 WebRtcSpl_ElementwiseVectorMult(speechBuf, hanningW, speechBuf, nrOfSamples, in WebRtcCng_Encode()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 385 void WebRtcSpl_ElementwiseVectorMult(int16_t* out_vector,
|