Lines Matching refs:decresidual
60 int16_t decresidual[BLOCKL_MAX]; in WebRtcIlbcfix_DecodeImpl() local
111 decresidual, syntdenum)) 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()
158 WebRtcIlbcfix_EnhancerInterface(data, decresidual, iLBCdec_inst); in WebRtcIlbcfix_DecodeImpl()
206 &decresidual[iLBCdec_inst->blockl-60], in WebRtcIlbcfix_DecodeImpl()
207 &decresidual[iLBCdec_inst->blockl-60-lag], in WebRtcIlbcfix_DecodeImpl()
212 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL], in WebRtcIlbcfix_DecodeImpl()
213 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL-lag], in WebRtcIlbcfix_DecodeImpl()
222 WEBRTC_SPL_MEMCPY_W16(data, decresidual, iLBCdec_inst->blockl); in WebRtcIlbcfix_DecodeImpl()