Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c30 int16_t *PLCresidual, /* (o) concealed residual */ in WebRtcIlbcfix_DoThePlc() argument
251 PLCresidual[i] = in WebRtcIlbcfix_DoThePlc()
254 PLCresidual[i] = PLCresidual[i - use_lag]; in WebRtcIlbcfix_DoThePlc()
268 PLCresidual[i] = (int16_t)((tot_gain * in WebRtcIlbcfix_DoThePlc()
269 ((pitchfact * PLCresidual[i] + (32767 - pitchfact) * randvec[i] + in WebRtcIlbcfix_DoThePlc()
274 energy += PLCresidual[i] * PLCresidual[i]; in WebRtcIlbcfix_DoThePlc()
281 PLCresidual[i] = randvec[i]; in WebRtcIlbcfix_DoThePlc()
296 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
304 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevResidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DoThePlc()
Ddecode.c61 int16_t PLCresidual[BLOCKL_MAX + LPC_FILTERORDER]; in WebRtcIlbcfix_DecodeImpl() local
67 iLBC_bits *iLBCbits_inst = (iLBC_bits*)PLCresidual; in WebRtcIlbcfix_DecodeImpl()
70 data = &PLCresidual[LPC_FILTERORDER]; in WebRtcIlbcfix_DecodeImpl()
116 PLCresidual, PLClpc, 0, decresidual, in WebRtcIlbcfix_DecodeImpl()
121 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
133 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum, in WebRtcIlbcfix_DecodeImpl()
136 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()
Ddo_plc.h30 int16_t* PLCresidual, /* (o) concealed residual */