Home
last modified time | relevance | path

Searched refs:PLClpc (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode.c63 int16_t PLClpc[LPC_FILTERORDER + 1]; in WebRtcIlbcfix_DecodeImpl() local
116 PLCresidual, PLClpc, 0, decresidual, in WebRtcIlbcfix_DecodeImpl()
133 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum, in WebRtcIlbcfix_DecodeImpl()
142 PLClpc, order_plus_one); in WebRtcIlbcfix_DecodeImpl()
Ddo_plc.c31 int16_t *PLClpc, /* (o) concealed LP parameters */ in WebRtcIlbcfix_DoThePlc() argument
286 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1); in WebRtcIlbcfix_DoThePlc()
297 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
303 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1)); in WebRtcIlbcfix_DoThePlc()
Ddo_plc.h31 int16_t* PLClpc, /* (o) concealed LP parameters */