Searched refs:lsf1 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | lsf_interpolate_to_poly_enc.c | 30 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */ in WebRtcIlbcfix_LsfInterpolate2PloyEnc() argument 40 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length); in WebRtcIlbcfix_LsfInterpolate2PloyEnc()
|
D | lsf_interpolate_to_poly_dec.c | 29 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */ in WebRtcIlbcfix_LspInterpolate2PolyDec() argument 38 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length); in WebRtcIlbcfix_LspInterpolate2PolyDec()
|
D | lsf_interpolate_to_poly_enc.h | 31 int16_t* lsf1, /* (i) first set of lsf coefficients Q13 */
|
D | lsf_interpolate_to_poly_dec.h | 30 int16_t* lsf1, /* (i) first set of lsf coefficients Q13 */
|