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

/external/libopus/silk/fixed/
H A DcorrMatrix_FIX.c44 opus_int32 *Xt, /* O Pointer to X'*t correlation vector [order] */
63 Xt[ lag ] = inner_prod; /* X[:,lag]'*t */
69 Xt[ lag ] = silk_inner_prod_aligned( ptr1, ptr2, L, arch ); /* X[:,lag]'*t */
39 silk_corrVector_FIX( const opus_int16 *x, const opus_int16 *t, const opus_int L, const opus_int order, opus_int32 *Xt, const opus_int rshifts, int arch ) argument

Completed in 138 milliseconds