Searched refs:PLClpc (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decode.c | 56 int16_t PLClpc[LPC_FILTERORDER + 1]; in WebRtcIlbcfix_DecodeImpl() local 107 PLCresidual, PLClpc, 0, decresidual, in WebRtcIlbcfix_DecodeImpl() 124 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum, in WebRtcIlbcfix_DecodeImpl() 133 PLClpc, order_plus_one); in WebRtcIlbcfix_DecodeImpl()
|
D | do_plc.c | 31 int16_t *PLClpc, /* (o) concealed LP parameters */ in WebRtcIlbcfix_DoThePlc() argument 284 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1); 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()
|
D | do_plc.h | 31 int16_t *PLClpc, /* (o) concealed LP parameters */
|