Home
last modified time | relevance | path

Searched refs:xcorr_kernel_c (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libopus/celt/x86/
H A Dx86_celt_map.c65 xcorr_kernel_c, /* non-sse */
66 xcorr_kernel_c,
67 xcorr_kernel_c,
121 xcorr_kernel_c, /* non-sse */
H A Dcelt_lpc_sse4_1.c70 xcorr_kernel_c(rnum, x+i-ord, sums_c, ord); in celt_fir_sse4_1()
H A Dpitch_sse4_1.c125 xcorr_kernel_c(x, y, sum_c, len); in xcorr_kernel_sse4_1()
/aosp_15_r20/external/libopus/celt/arm/
H A Darm_celt_map.c93 xcorr_kernel_c, /* ARMv4 */
94 xcorr_kernel_c, /* EDSP */
95 xcorr_kernel_c, /* Media */
/aosp_15_r20/external/libopus/celt/
H A Dpitch.h65 static OPUS_INLINE void xcorr_kernel_c(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4… in xcorr_kernel_c() function
133 ((void)(arch),xcorr_kernel_c(x, y, sum, len))
H A Dcelt_lpc.c165 xcorr_kernel_c(rnum, x+i-ord, sum_c, ord); in celt_fir_c()
239 xcorr_kernel_c(rden, y+i, sum_c, ord); in celt_iir()
H A Dpitch.c268 xcorr_kernel_c(_x, _y+i, sum_c, len); in celt_pitch_xcorr_c()