Searched defs:PredCoef (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/float/
H A DLPC_analysis_filter_FLP.c45 const silk_float PredCoef[], /* I LPC coefficients */
58 LPC_pred = s_ptr[ 0 ] * PredCoef[ 0 ] +
59 s_ptr[ -1 ] * PredCoef[ 1 ] +
60 s_ptr[ -2 ] * PredCoef[ 2 ] +
61 s_ptr[ -3 ] * PredCoef[ 3 ] +
62 s_ptr[ -4 ] * PredCoef[ 4 ] +
63 s_ptr[ -5 ] * PredCoef[ 5 ] +
64 s_ptr[ -6 ] * PredCoef[ 6 ] +
65 s_ptr[ -7 ] * PredCoef[ 7 ] +
66 s_ptr[ -8 ] * PredCoef[
43 silk_LPC_analysis_filter16_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length ) argument
81 silk_LPC_analysis_filter12_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length ) argument
115 silk_LPC_analysis_filter10_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length ) argument
147 silk_LPC_analysis_filter8_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length ) argument
177 silk_LPC_analysis_filter6_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length ) argument
210 silk_LPC_analysis_filter_FLP( silk_float r_LPC[], const silk_float PredCoef[], const silk_float s[], const opus_int length, const opus_int Order ) argument
[all...]
H A Dstructs_FLP.h83 silk_float PredCoef[ 2 ][ MAX_LPC_ORDER ]; /* holds interpolated and final coefficients */ member in struct:__anon11310

Completed in 980 milliseconds