Searched refs:PLClpc (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode.c56 int16_t PLClpc[LPC_FILTERORDER + 1]; local
106 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 0,
123 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 1,
132 PLClpc, order_plus_one);
H A Ddo_plc.c31 int16_t *PLClpc, /* (o) concealed LP parameters */
287 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1);
298 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1));
304 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1));
29 WebRtcIlbcfix_DoThePlc( int16_t *PLCresidual, int16_t *PLClpc, int16_t PLI, int16_t *decresidual, int16_t *lpc, int16_t inlag, iLBC_Dec_Inst_t *iLBCdec_inst ) argument
H A Ddo_plc.h31 int16_t *PLClpc, /* (o) concealed LP parameters */

Completed in 297 milliseconds