HomeSort by relevance Sort by last modified time
    Searched refs:WEBRTC_SPL_MEMCPY_W16 (Results 1 - 21 of 21) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_interpolate_lsf.c 64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length);
100 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length);
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
125 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length);
126 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length);
decoder_interpolate_lsf.c 49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
79 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length);
81 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length);
create_augmented_vec.c 41 WEBRTC_SPL_MEMCPY_W16(cbVec, ppo, index);
56 WEBRTC_SPL_MEMCPY_W16(cbVec+index,ppo,(SUBL-index));
decode.c 112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one),
142 WEBRTC_SPL_MEMCPY_W16(&(iLBCdec_inst->old_syntdenum[i*(LPC_FILTERORDER+1)]),
154 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER);
188 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILTERORDER);
213 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl);
216 WEBRTC_SPL_MEMCPY_W16(&data[-LPC_FILTERORDER], iLBCdec_inst->syntMem, LPC_FILTERORDER);
226 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &data[iLBCdec_inst->blockl-LPC_FILTERORDER], LPC_FILTERORDER);
229 WEBRTC_SPL_MEMCPY_W16(decblock,data,iLBCdec_inst->blockl)
    [all...]
encode.c 95 WEBRTC_SPL_MEMCPY_W16 (weightdenum, weightdenumbuf,
106 WEBRTC_SPL_MEMCPY_W16 (iLBCenc_inst->past_samples, block, 80);
110 WEBRTC_SPL_MEMCPY_W16 (iLBCenc_inst->past_samples + 80, block, 80);
115 WEBRTC_SPL_MEMCPY_W16 (data + (iLBCenc_inst->mode * 8) - 80, block, 80);
116 WEBRTC_SPL_MEMCPY_W16 (data, iLBCenc_inst->past_samples,
122 WEBRTC_SPL_MEMCPY_W16(data,block,iLBCenc_inst->blockl);
135 WEBRTC_SPL_MEMCPY_W16(dataVec, iLBCenc_inst->anaMem, LPC_FILTERORDER);
146 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->anaMem, &data[iLBCenc_inst->blockl-LPC_FILTERORDER], LPC_FILTERORDER);
197 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCenc_inst->state_short_len,
256 WEBRTC_SPL_MEMCPY_W16 (weightdenumbuf, weightdenum
    [all...]
init_encode.c 56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
57 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
simple_lpc_analysis.c 46 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lpc_buffer+is,data,iLBCenc_inst->blockl);
90 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lpc_buffer,
enhancer_interface.c 84 WEBRTC_SPL_MEMCPY_W16(&enh_buf[ENH_BUFL-iLBCdec_inst->blockl], in,
222 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-plc_blockl], plc_blockl);
224 WEBRTC_SPL_MEMCPY_W16(&plc_pred[plc_blockl-lag], in, lag);
225 WEBRTC_SPL_MEMCPY_W16(
235 WEBRTC_SPL_MEMCPY_W16(&plc_pred[pos-lag], in, lag);
238 WEBRTC_SPL_MEMCPY_W16(plc_pred, &in[lag-pos], pos);
328 WEBRTC_SPL_MEMCPY_W16(enh_bufPtr1, plc_pred, plc_blockl);
336 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], iLBCdec_inst->syntMem,
345 WEBRTC_SPL_MEMCPY_W16(&synt[-LPC_FILTERORDER], &synt[lag-LPC_FILTERORDER],
356 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->syntMem, &synt[lag-LPC_FILTERORDER]
    [all...]
refiner.c 112 WEBRTC_SPL_MEMCPY_W16(&vect[st], idata, ENH_VECTL - st);
117 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL - en);
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL);
decode_residual.c 70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
116 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN,
134 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL,
172 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL,
do_plc.c 284 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1);
294 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl);
295 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1));
301 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1));
302 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl);
get_cd_vec.c 55 WEBRTC_SPL_MEMCPY_W16(cbvec, mem+lMem-k, cbveclen);
init_decode.c 58 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
state_search.c 62 WEBRTC_SPL_MEMCPY_W16(residualLong, residual, iLBCenc_inst->state_short_len);
poly_to_lsp.c 155 WEBRTC_SPL_MEMCPY_W16(lsp, old_lsp, 10);
cb_search.c 104 WEBRTC_SPL_MEMCPY_W16(&target[-LPC_FILTERORDER], buf+noOfZeros+WebRtcIlbcfix_kFilterRange[block]-LPC_FILTERORDER, LPC_FILTERORDER);
111 WEBRTC_SPL_MEMCPY_W16(codedVec, target, lTarget);
  /external/webrtc/webrtc/common_audio/signal_processing/
copy_set_operations.c 71 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples);
signal_processing_unittest.cc 188 WEBRTC_SPL_MEMCPY_W16(b16, bTmp16, kVectorSize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 151 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORDERLO], ORDERLO );
152 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORDERHI], ORDERHI );
164 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvIn, Vector_Word16_1, FRAMESAMPLES/2 );
174 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).prevPitchInvOut, &(Vector_Word16_2[FRAMESAMPLES/2 - (PITCH_MAX_LAG + 10)]), PITCH_MAX_LAG );
decode_plc.c 190 WEBRTC_SPL_MEMCPY_W16( out, in, lenIn );
293 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ],
298 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ],
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h 101 #define WEBRTC_SPL_MEMCPY_W16(v1, v2, length) \
    [all...]

Completed in 117 milliseconds