Home
last modified time | relevance | path

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

/external/libopus/celt/x86/
Dx86_celt_map.c65 xcorr_kernel_c, /* non-sse */
66 xcorr_kernel_c,
67 xcorr_kernel_c,
101 xcorr_kernel_c, /* non-sse */
/external/libopus/celt/arm/
Darm_celt_map.c72 xcorr_kernel_c, /* ARMv4 */
73 xcorr_kernel_c, /* EDSP */
74 xcorr_kernel_c, /* Media */
/external/libopus/celt/
Dpitch.h66 static OPUS_INLINE void xcorr_kernel_c(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4… in xcorr_kernel_c() function
134 ((void)(arch),xcorr_kernel_c(x, y, sum, len))
Dpitch.c269 xcorr_kernel_c(_x, _y+i, sum, len); in celt_pitch_xcorr_c()