Home | History | Annotate | Download | only in ilbc

Lines Matching defs:residual

56   int16_t *residual;
80 residual = &iLBCenc_inst->lpc_buffer[LPC_LOOKBACK+BLOCKL_MAX-iLBCenc_inst->blockl];
82 decresidual = residual; /* Already encoded residual is overwritten by the decoded version */
84 reverseDecresidual = reverseResidual; /* Already encoded residual is overwritten by the decoded version */
125 /* high pass filtering of input signal and scale down the residual (*0.5) */
137 /* inverse filter to get residual */
140 &data[n*SUBL], &residual[n*SUBL],
150 iLBCbits_inst->startIdx = WebRtcIlbcfix_FrameClassify(iLBCenc_inst,residual);
156 max=WebRtcSpl_MaxAbsValueW16(&residual[index], 2*SUBL);
166 en1=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index],
169 en2=WebRtcSpl_DotProductWithScale(&residual[index], &residual[index],
181 WebRtcIlbcfix_StateSearch(iLBCenc_inst, iLBCbits_inst, &residual[start_pos],
203 &residual[start_pos+iLBCenc_inst->state_short_len],
221 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff);
243 /* get decoded residual from reversed vector */
341 &residual[(iLBCbits_inst->startIdx+1+subframe)*SUBL],
388 contained in the same vector as the residual)
391 WebRtcSpl_MemCpyReversedOrder(&reverseResidual[Nback*SUBL-1], residual, Nback*SUBL);
470 /* get decoded residual from reversed vector */