Lines Matching refs:order
55 const silk_float *A, /* I prediction coefficients [order] */
56 opus_int32 order /* I prediction order */
60 silk_float refl_coef[], /* O reflection coefficients (length order) */
61 const silk_float auto_corr[], /* I autocorrelation sequence (length order+1) */
62 opus_int order /* I order */
66 silk_float *A, /* O prediction coefficients [order] */
67 const silk_float *rc, /* I reflection coefficients [order] */
68 opus_int32 order /* I prediction order */
73 silk_float A[], /* O prediction coefficients [order] */
74 const silk_float corr[], /* I input auto-correlations [order + 1] */
75 const opus_int order /* I prediction order */
110 silk_float A[], /* O prediction coefficients (length order) */
115 const opus_int D /* I order */