Home
last modified time | relevance | path

Searched refs:WEBRTC_SPL_MEMCPY_W16 (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dencode.c95 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf, in WebRtcIlbcfix_EncodeImpl()
106 WEBRTC_SPL_MEMCPY_W16 (iLBCenc_inst->past_samples, block, 80); in WebRtcIlbcfix_EncodeImpl()
110 WEBRTC_SPL_MEMCPY_W16 (iLBCenc_inst->past_samples + 80, block, 80); in WebRtcIlbcfix_EncodeImpl()
115 WEBRTC_SPL_MEMCPY_W16 (data + (iLBCenc_inst->mode * 8) - 80, block, 80); in WebRtcIlbcfix_EncodeImpl()
116 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples, in WebRtcIlbcfix_EncodeImpl()
122 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl); in WebRtcIlbcfix_EncodeImpl()
135 WEBRTC_SPL_MEMCPY_W16(dataVec, iLBCenc_inst->anaMem, LPC_FILTERORDER); in WebRtcIlbcfix_EncodeImpl()
146WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->anaMem, &data[iLBCenc_inst->blockl-LPC_FILTERORDER], LPC_FILTE… in WebRtcIlbcfix_EncodeImpl()
197 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCenc_inst->state_short_len, in WebRtcIlbcfix_EncodeImpl()
256 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum, in WebRtcIlbcfix_EncodeImpl()
[all …]
Ddecode.c112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
142 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
154 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
188WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
213 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
216 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
226WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
229 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
Dsimple_interpolate_lsf.c64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
100 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
125 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
126 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
Ddecoder_interpolate_lsf.c49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
79 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
81 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
Denhancer_interface.c84 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in, in WebRtcIlbcfix_EnhancerInterface()
222 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-plc_blockl], plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
224 WEBRTC_SPL_MEMCPY_W16(&plc_pred[plc_blockl-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
225 WEBRTC_SPL_MEMCPY_W16( in WebRtcIlbcfix_EnhancerInterface()
235 WEBRTC_SPL_MEMCPY_W16(&plc_pred[pos-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
238 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-pos], pos); in WebRtcIlbcfix_EnhancerInterface()
328 WEBRTC_SPL_MEMCPY_W16(enh_bufPtr1, plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
336 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], iLBCdec_inst->syntMem, in WebRtcIlbcfix_EnhancerInterface()
345 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], &synt[lag-LPC_FILTERORDER], in WebRtcIlbcfix_EnhancerInterface()
356 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &synt[lag-LPC_FILTERORDER], in WebRtcIlbcfix_EnhancerInterface()
Ddecode_residual.c70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos, in WebRtcIlbcfix_DecodeResidual()
116 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_DecodeResidual()
134 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
172 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
Ddo_plc.c284 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1); in WebRtcIlbcfix_DoThePlc()
294 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
295 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
301 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
302 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
Drefiner.c112 WEBRTC_SPL_MEMCPY_W16(&vect[st], idata, ENH_VECTL - st); in WebRtcIlbcfix_Refiner()
117 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL - en); in WebRtcIlbcfix_Refiner()
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL); in WebRtcIlbcfix_Refiner()
Dcreate_augmented_vec.c41 WEBRTC_SPL_MEMCPY_W16(cbVec, ppo, index); in WebRtcIlbcfix_CreateAugmentedVec()
56 WEBRTC_SPL_MEMCPY_W16(cbVec+index,ppo,(SUBL-index)); in WebRtcIlbcfix_CreateAugmentedVec()
Dinit_encode.c56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
57 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
Dsimple_lpc_analysis.c46 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lpc_buffer+is,data,iLBCenc_inst->blockl); in WebRtcIlbcfix_SimpleLpcAnalysis()
90 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lpc_buffer, in WebRtcIlbcfix_SimpleLpcAnalysis()
Dget_cd_vec.c55 WEBRTC_SPL_MEMCPY_W16(cbvec, mem+lMem-k, cbveclen); in WebRtcIlbcfix_GetCbVec()
Dinit_decode.c58 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitDecode()
Dstate_search.c62 WEBRTC_SPL_MEMCPY_W16(residualLong, residual, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch()
Dcb_search.c104WEBRTC_SPL_MEMCPY_W16(&target[-LPC_FILTERORDER], buf+noOfZeros+WebRtcIlbcfix_kFilterRange[block]-L… in WebRtcIlbcfix_CbSearch()
111 WEBRTC_SPL_MEMCPY_W16(codedVec, target, lTarget); in WebRtcIlbcfix_CbSearch()
Dpoly_to_lsp.c155 WEBRTC_SPL_MEMCPY_W16(lsp, old_lsp, 10); in WebRtcIlbcfix_Poly2Lsp()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c151WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
152WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
164WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 ); in WebRtcIsacfix_DecodeImpl()
174WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvOut, &(Vector_Word16_2[FRAMESAMPLES/2… in WebRtcIsacfix_DecodeImpl()
Ddecode_plc.c190 WEBRTC_SPL_MEMCPY_W16( out, in, lenIn ); in LinearResampler()
293 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ], in WebRtcIsacfix_DecodePlcImpl()
298 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ], in WebRtcIsacfix_DecodePlcImpl()
/external/webrtc/webrtc/common_audio/signal_processing/
Dcopy_set_operations.c71 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples); in WebRtcSpl_CopyFromEndW16()
Dsignal_processing_unittest.cc188 WEBRTC_SPL_MEMCPY_W16(b16, bTmp16, kVectorSize); in TEST_F()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h101 #define WEBRTC_SPL_MEMCPY_W16(v1, v2, length) \ macro