Home | History | Annotate | Download | only in ilbc

Lines Matching defs:lp

39   int16_t  lp[LPC_FILTERORDER + 1], *lsfdeq2;
47 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq,
49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
50 WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2,
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
59 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
67 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq,
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
70 WebRtcIlbcfix_BwExpand(weightdenum+pos, lp,