Searched refs:lsftmp (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | lsf_interpolate_to_poly_enc.c | 37 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()
|
D | lsf_interpolate_to_poly_dec.c | 35 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()
|