Home | History | Annotate | Download | only in float

Lines Matching refs:order

111     silk_float                      *corr,                              /* O    Result [order + 1]                          */
115 const opus_int order /* I Correlation order (even) */
187 const opus_int LPC_order /* I LPC order */
190 /* 16th order LPC analysis filter */
196 const opus_int Order /* I LPC order */
232 const silk_float *x, /* I x vector [ L+order-1 ] used to create X */
234 const opus_int Order, /* I Max lag for correlation */
235 silk_float *XX /* O X'*X correlation matrix [order x order] */
240 const silk_float *x, /* I x vector [L+order-1] used to create X */
243 const opus_int Order, /* I Max lag for correlation */
244 silk_float *Xt /* O X'*t correlation vector [order] */
280 const opus_int LPC_order /* I LPC order */
287 const opus_int LPC_order /* I LPC order */