Searched refs:xcorr_kernel (Results 1 - 4 of 4) sorted by relevance

/external/libopus/celt/
H A Dcelt_lpc.c127 xcorr_kernel(rnum, x+i, sum, ord);
190 xcorr_kernel(rden, y+i, sum, ord);
H A Dpitch.h60 static OPUS_INLINE void xcorr_kernel(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4], int len) function
H A Dpitch.c267 xcorr_kernel(_x, _y+i, sum, len);
/external/libopus/celt/x86/
H A Dpitch_sse.h39 static OPUS_INLINE void xcorr_kernel(const opus_val16 *x, const opus_val16 *y, opus_val32 sum[4], int len) function

Completed in 146 milliseconds