Home
last modified time | relevance | path

Searched refs:WebRtcIlbcfix_kLpcChirpSyntDenum (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddecoder_interpolate_lsf.c50 …WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_le… in WebRtcIlbcfix_DecoderInterpolateLsp()
60 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
71 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
Dconstants.h41 extern const int16_t WebRtcIlbcfix_kLpcChirpSyntDenum[];
Dconstants.c98 const int16_t WebRtcIlbcfix_kLpcChirpSyntDenum[LPC_FILTERORDER + 1] = { variable
Dsimple_lpc_analysis.c83 WebRtcIlbcfix_BwExpand(A, A, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, LPC_FILTERORDER+1); in WebRtcIlbcfix_SimpleLpcAnalysis()