Home
last modified time | relevance | path

Searched refs:lsftmp (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dlsf_interpolate_to_poly_enc.c37 int16_t lsftmp[LPC_FILTERORDER]; in WebRtcIlbcfix_LsfInterpolate2PloyEnc() local
40 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length); in WebRtcIlbcfix_LsfInterpolate2PloyEnc()
43 WebRtcIlbcfix_Lsf2Poly(a, lsftmp); in WebRtcIlbcfix_LsfInterpolate2PloyEnc()
Dlsf_interpolate_to_poly_dec.c35 int16_t lsftmp[LPC_FILTERORDER]; in WebRtcIlbcfix_LspInterpolate2PolyDec() local
38 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length); in WebRtcIlbcfix_LspInterpolate2PolyDec()
41 WebRtcIlbcfix_Lsf2Poly(a, lsftmp); in WebRtcIlbcfix_LspInterpolate2PolyDec()