Searched refs:xcorr_kernel (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | celt_lpc.c | 127 xcorr_kernel(rnum, x+i, sum, ord); in celt_fir() 190 xcorr_kernel(rden, y+i, sum, ord); in celt_iir()
|
D | pitch.h | 60 static OPUS_INLINE void xcorr_kernel(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4],… in xcorr_kernel() function
|
D | pitch.c | 267 xcorr_kernel(_x, _y+i, sum, len); in celt_pitch_xcorr_c()
|
/external/libopus/celt/x86/ |
D | pitch_sse.h | 39 static OPUS_INLINE void xcorr_kernel(const opus_val16 *x, const opus_val16 *y, opus_val32 sum[4], i… in xcorr_kernel() function
|