Home | History | Annotate | Download | only in float

Lines Matching full:correlation

115     const opus_int                  order                               /* I    Correlation order (even)                    */
214 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
215 const silk_float *wXx, /* I Weighted correlation vector */
216 const silk_float wxx, /* I Weighted correlation value */
230 /* Calculates correlation matrix X'*X */
234 const opus_int Order, /* I Max lag for correlation */
235 silk_float *XX /* O X'*X correlation matrix [order x order] */
238 /* Calculates correlation vector X'*t */
243 const opus_int Order, /* I Max lag for correlation */
244 silk_float *Xt /* O X'*t correlation vector [order] */
249 silk_float *XX, /* I/O Correlation matrices */
250 silk_float *xx, /* I/O Correlation values */