Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/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.c111 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
126 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
131 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one), in WebRtcIlbcfix_DecodeImpl()
141 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]), in WebRtcIlbcfix_DecodeImpl()
153 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
187WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
212 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
215 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER); in WebRtcIlbcfix_DecodeImpl()
225WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILT… in WebRtcIlbcfix_DecodeImpl()
228 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
[all …]
Dsimple_interpolate_lsf.c63 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
83 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
98 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
99 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
109 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
124 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
125 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
Ddecoder_interpolate_lsf.c48 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
57 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
68 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
78 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
80 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length); in WebRtcIlbcfix_DecoderInterpolateLsp()
Denhancer_interface.c79 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in, in WebRtcIlbcfix_EnhancerInterface()
225 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-plc_blockl], plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
227 WEBRTC_SPL_MEMCPY_W16(&plc_pred[plc_blockl-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
228 WEBRTC_SPL_MEMCPY_W16( in WebRtcIlbcfix_EnhancerInterface()
238 WEBRTC_SPL_MEMCPY_W16(&plc_pred[pos-lag], in, lag); in WebRtcIlbcfix_EnhancerInterface()
241 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-pos], pos); in WebRtcIlbcfix_EnhancerInterface()
333 WEBRTC_SPL_MEMCPY_W16(enh_bufPtr1, plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
341 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], iLBCdec_inst->syntMem, in WebRtcIlbcfix_EnhancerInterface()
350 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], &synt[lag-LPC_FILTERORDER], in WebRtcIlbcfix_EnhancerInterface()
361 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()
119 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_DecodeResidual()
136 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
175 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
Ddo_plc.c287 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1); in WebRtcIlbcfix_DoThePlc()
297 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
298 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
304 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
305 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
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()
Drefiner.c114 WEBRTC_SPL_MEMCPY_W16(&vect[-st], idata, (ENH_VECTL+st)); in WebRtcIlbcfix_Refiner()
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], in WebRtcIlbcfix_Refiner()
126 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL); in WebRtcIlbcfix_Refiner()
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()
Dpoly_to_lsp.c153 WEBRTC_SPL_MEMCPY_W16(lsp, old_lsp, 10); in WebRtcIlbcfix_Poly2Lsp()
Dcb_search.c100WEBRTC_SPL_MEMCPY_W16(&target[-LPC_FILTERORDER], buf+noOfZeros+WebRtcIlbcfix_kFilterRange[block]-L… in WebRtcIlbcfix_CbSearch()
107 WEBRTC_SPL_MEMCPY_W16(codedVec, target, lTarget); in WebRtcIlbcfix_CbSearch()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c149WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
150WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
162WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 ); in WebRtcIsacfix_DecodeImpl()
172WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvOut, &(Vector_Word16_2[FRAMESAMPLES/2… in WebRtcIsacfix_DecodeImpl()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c149WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
150WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
162WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 ); in WebRtcIsacfix_DecodeImpl()
172WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvOut, &(Vector_Word16_2[FRAMESAMPLES/2… in WebRtcIsacfix_DecodeImpl()
Ddecode_plc.c192 WEBRTC_SPL_MEMCPY_W16( out, in, lenIn ); in LinearResampler()
295 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ], in WebRtcIsacfix_DecodePlcImpl()
300 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ], in WebRtcIsacfix_DecodePlcImpl()
Disacfix.c343 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1); in WebRtcIsacfix_Encode()
433 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1); in WebRtcIsacfix_EncodeNb()
498 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1); in WebRtcIsacfix_GetNewBitStream()
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
Dcopy_set_operations.c69 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples); in WebRtcSpl_CopyFromEndW16()
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
Dnsx_core_mips.c347 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer, in WebRtcNsx_AnalysisUpdate_mips()
350 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer in WebRtcNsx_AnalysisUpdate_mips()
752 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer, in WebRtcNsx_SynthesisUpdate_mips()
Dnsx_core.c516 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer, in SynthesisUpdateC()
530 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer, in AnalysisUpdateC()
533 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer in AnalysisUpdateC()
1465 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer, in WebRtcNsx_DataSynthesis()
1592 WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX, inst->dataBufHBFX + inst->blockLen10ms, in WebRtcNsx_ProcessCore()
1594 WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, in WebRtcNsx_ProcessCore()
2058WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX, inst->dataBufHBFX + inst->blockLen10ms, inst->anaLen - in… in WebRtcNsx_ProcessCore()
2059WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, speechFrameHB, inst->… in WebRtcNsx_ProcessCore()
/external/webrtc/src/common_audio/signal_processing/
Dcopy_set_operations.c71 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples); in WebRtcSpl_CopyFromEndW16()
/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c656 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer, in SynthesisUpdateC()
670 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer, in AnalysisUpdateC()
673 WEBRTC_SPL_MEMCPY_W16(inst->analysisBuffer in AnalysisUpdateC()
1787 WEBRTC_SPL_MEMCPY_W16(inst->synthesisBuffer, in WebRtcNsx_DataSynthesis()
1911 WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX, inst->dataBufHBFX + inst->blockLen10ms, in WebRtcNsx_ProcessCore()
1913 WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, in WebRtcNsx_ProcessCore()
2375WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX, inst->dataBufHBFX + inst->blockLen10ms, inst->anaLen - in… in WebRtcNsx_ProcessCore()
2376WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, speechFrameHB, inst->… in WebRtcNsx_ProcessCore()

12