Home
last modified time | relevance | path

Searched refs:lsfold (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_interpolate_lsf.c37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of in WebRtcIlbcfix_SimpleInterpolateLsf() argument
67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf()
99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
113 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf()
125 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
Dsimple_interpolate_lsf.h37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of
Dlpc_encode.c56 lsf, lsfdeq, iLBCenc_inst->lsfold, in WebRtcIlbcfix_LpcEncode()
Dinit_encode.c56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER); in WebRtcIlbcfix_InitEncode()
Ddefines.h149 int16_t lsfold[LPC_FILTERORDER]; member