Lines Matching full:correlation
115 opus_int *scale, /* O Scaling of the correlation vector */
119 const opus_int order /* I Correlation order (even) */
199 const opus_int32 *wXX, /* I Correlation matrix */
200 const opus_int32 *wXx, /* I Correlation vector */
216 /* Calculates correlation matrix X'*X */
220 const opus_int order, /* I Max lag for correlation */
222 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */
226 /* Calculates correlation vector X'*t */
231 const opus_int order, /* I Max lag for correlation */
232 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] */
238 opus_int32 *XX, /* I/O Correlation matrices */
239 opus_int32 *xx, /* I/O Correlation values */