Searched refs:lsfdeq2 (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecoder_interpolate_lsf.c39 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; local
41 lsfdeq2 = lsfdeq + length;
56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2,
79 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length);
H A Dsimple_interpolate_lsf.c48 int16_t *lsf2, *lsfdeq2; local
53 lsfdeq2 = lsfdeq + length;
81 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq, lsfdeq2,
100 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length);

Completed in 159 milliseconds