Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c30 int16_t *PLCresidual, /* (o) concealed residual */ in WebRtcIlbcfix_DoThePlc() argument
248 PLCresidual[i] = in WebRtcIlbcfix_DoThePlc()
251 PLCresidual[i] = PLCresidual[i - use_lag]; in WebRtcIlbcfix_DoThePlc()
265 PLCresidual[i] = (int16_t)((tot_gain * in WebRtcIlbcfix_DoThePlc()
266 ((pitchfact * PLCresidual[i] + (32767 - pitchfact) * randvec[i] + in WebRtcIlbcfix_DoThePlc()
271 energy += (PLCresidual[i] * PLCresidual[i]) >> in WebRtcIlbcfix_DoThePlc()
279 PLCresidual[i] = randvec[i]; in WebRtcIlbcfix_DoThePlc()
294 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
302 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
Ddecode.c54 int16_t PLCresidual[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_DecodeImpl() local
60 iLBC_bits *iLBCbits_inst = (iLBC_bits*)PLCresidual; in WebRtcIlbcfix_DecodeImpl()
63 data = &PLCresidual[LPC_FILTERORDER]; in WebRtcIlbcfix_DecodeImpl()
107 PLCresidual, PLClpc, 0, decresidual, in WebRtcIlbcfix_DecodeImpl()
112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
124 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum, in WebRtcIlbcfix_DecodeImpl()
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
Ddo_plc.h30 int16_t *PLCresidual, /* (o) concealed residual */