Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dinit_decode.c61 WebRtcSpl_MemSetW16(iLBCdec_inst->syntMem, 0, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()
64 WebRtcSpl_MemSetW16(iLBCdec_inst->old_syntdenum, 0, ((LPC_FILTERORDER + 1)*NSUB_MAX)); in WebRtcIlbcfix_InitDecode()
76 WebRtcSpl_MemSetW16(iLBCdec_inst->prevLpc+1, 0, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()
77 WebRtcSpl_MemSetW16(iLBCdec_inst->prevResidual, 0, BLOCKL_MAX); in WebRtcIlbcfix_InitDecode()
83 WebRtcSpl_MemSetW16(iLBCdec_inst->hpimemx, 0, 2); in WebRtcIlbcfix_InitDecode()
84 WebRtcSpl_MemSetW16(iLBCdec_inst->hpimemy, 0, 4); in WebRtcIlbcfix_InitDecode()
88 WebRtcSpl_MemSetW16(iLBCdec_inst->enh_buf, 0, (ENH_BUFL+ENH_BUFL_FILTEROVERHEAD)); in WebRtcIlbcfix_InitDecode()
Dinit_encode.c55 WebRtcSpl_MemSetW16(iLBCenc_inst->anaMem, 0, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
58 WebRtcSpl_MemSetW16(iLBCenc_inst->lpc_buffer, 0, LPC_LOOKBACK + BLOCKL_MAX); in WebRtcIlbcfix_InitEncode()
61 WebRtcSpl_MemSetW16(iLBCenc_inst->hpimemx, 0, 2); in WebRtcIlbcfix_InitEncode()
62 WebRtcSpl_MemSetW16(iLBCenc_inst->hpimemy, 0, 4); in WebRtcIlbcfix_InitEncode()
66 WebRtcSpl_MemSetW16(iLBCenc_inst->past_samples,0,160); in WebRtcIlbcfix_InitEncode()
Dfiltered_cb_vecs.c37 WebRtcSpl_MemSetW16(CBmem+lMem, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_FilteredCbVecs()
38 WebRtcSpl_MemSetW16(CBmem-CB_HALFFILTERLEN, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_FilteredCbVecs()
39 WebRtcSpl_MemSetW16(cbvectors, 0, lMem-samples); in WebRtcIlbcfix_FilteredCbVecs()
Dget_cd_vec.c83 WebRtcSpl_MemSetW16(mem-CB_HALFFILTERLEN, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_GetCbVec()
84 WebRtcSpl_MemSetW16(mem+lMem, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_GetCbVec()
98 WebRtcSpl_MemSetW16(mem+lMem, 0, CB_HALFFILTERLEN); in WebRtcIlbcfix_GetCbVec()
Ddecode_residual.c69 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCdec_inst->state_short_len); in WebRtcIlbcfix_DecodeResidual()
89 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - meml_gotten); in WebRtcIlbcfix_DecodeResidual()
115 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
155 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - meml_gotten); in WebRtcIlbcfix_DecodeResidual()
Dstate_construct.c89 WebRtcSpl_MemSetW16(&sampleVal[len], 0, len); in WebRtcIlbcfix_StateConstruct()
94 WebRtcSpl_MemSetW16(sampleValVec, 0, (LPC_FILTERORDER)); in WebRtcIlbcfix_StateConstruct()
100 WebRtcSpl_MemSetW16(&sampleMa[len + LPC_FILTERORDER], 0, (len - LPC_FILTERORDER)); in WebRtcIlbcfix_StateConstruct()
Dstate_search.c63WebRtcSpl_MemSetW16(residualLong + iLBCenc_inst->state_short_len, 0, iLBCenc_inst->state_short_len… in WebRtcIlbcfix_StateSearch()
66 WebRtcSpl_MemSetW16(residualLongVec, 0, LPC_FILTERORDER); in WebRtcIlbcfix_StateSearch()
70WebRtcSpl_MemSetW16(&sampleMa[iLBCenc_inst->state_short_len + LPC_FILTERORDER], 0, iLBCenc_inst->s… in WebRtcIlbcfix_StateSearch()
Dabs_quant.c47 WebRtcSpl_MemSetW16(syntOutBuf, 0, LPC_FILTERORDER+STATE_SHORT_LEN_30MS); in WebRtcIlbcfix_AbsQuant()
50 WebRtcSpl_MemSetW16(in_weightedVec, 0, LPC_FILTERORDER); in WebRtcIlbcfix_AbsQuant()
Dencode.c88 WebRtcSpl_MemSetW16 ( (int16_t *) iLBCbits_inst, 0, in WebRtcIlbcfix_EncodeImpl()
196 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCenc_inst->state_short_len); in WebRtcIlbcfix_EncodeImpl()
227 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCenc_inst->state_short_len); in WebRtcIlbcfix_EncodeImpl()
291 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
400 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - meml_gotten); in WebRtcIlbcfix_EncodeImpl()
Drefiner.c111 WebRtcSpl_MemSetW16(vect, 0, st); in WebRtcIlbcfix_Refiner()
118 WebRtcSpl_MemSetW16(&vect[ENH_VECTL - en], 0, en); in WebRtcIlbcfix_Refiner()
Denhancer_interface.c331 WebRtcSpl_MemSetW16(iLBCdec_inst->syntMem, 0, LPC_FILTERORDER); in WebRtcIlbcfix_EnhancerInterface()
332 WebRtcSpl_MemSetW16(iLBCdec_inst->hpimemy, 0, 4); in WebRtcIlbcfix_EnhancerInterface()
333 WebRtcSpl_MemSetW16(iLBCdec_inst->hpimemx, 0, 2); in WebRtcIlbcfix_EnhancerInterface()
Dcb_search.c98 WebRtcSpl_MemSetW16(&buf[-LPC_FILTERORDER], 0, noOfZeros+LPC_FILTERORDER); in WebRtcIlbcfix_CbSearch()
172 WebRtcSpl_MemSetW16(energyW16+range, 0, (base_size-range)); in WebRtcIlbcfix_CbSearch()
173 WebRtcSpl_MemSetW16(energyW16+range+base_size, 0, (base_size-range)); in WebRtcIlbcfix_CbSearch()
Denhancer.c41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL); in WebRtcIlbcfix_Enhancer()
Dsimple_lpc_analysis.c79 WebRtcSpl_MemSetW16(&A[1], 0, LPC_FILTERORDER); in WebRtcIlbcfix_SimpleLpcAnalysis()
Dilbc.c273 WebRtcSpl_MemSetW16(((IlbcDecoder*)iLBCdec_inst)->enh_buf, 0, ENH_BUFL); in WebRtcIlbcfix_NetEqPlc()
/external/webrtc/webrtc/common_audio/signal_processing/
Dcopy_set_operations.c29 void WebRtcSpl_MemSetW16(int16_t *ptr, int16_t set_value, size_t length) in WebRtcSpl_MemSetW16() function
76 WebRtcSpl_MemSetW16(vector, 0, length); in WebRtcSpl_ZerosArrayW16()
Dsignal_processing_unittest.cc168 WebRtcSpl_MemSetW16(b16, 3, kVectorSize); in TEST_F()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h123 void WebRtcSpl_MemSetW16(int16_t* vector,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc625 WebRtcSpl_MemSetW16(parameters.ar_filter + 1, 0, kUnvoicedLpcOrder); in AnalyzeSignal()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c689 WebRtcSpl_MemSetW16((int16_t*)inst->noiseSupFilter, 16384, HALF_ANAL_BLOCKL); in WebRtcNsx_InitCore()