Searched refs:lsf2 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_interpolate_lsf.c | 48 int16_t *lsf2, *lsfdeq2; in WebRtcIlbcfix_SimpleInterpolateLsf() local 52 lsf2 = lsf + length; in WebRtcIlbcfix_SimpleInterpolateLsf() 87 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsf, lsf2, in WebRtcIlbcfix_SimpleInterpolateLsf() 99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length); in WebRtcIlbcfix_SimpleInterpolateLsf()
|
D | lsf_interpolate_to_poly_enc.c | 31 int16_t *lsf2, /* (i) second 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 | 30 int16_t *lsf2, /* (i) second 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 | 32 int16_t* lsf2, /* (i) second set of lsf coefficients Q13 */
|
D | lsf_interpolate_to_poly_dec.h | 31 int16_t* lsf2, /* (i) second set of lsf coefficients Q13 */
|