Searched refs:xcorr_kernel_c (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/x86/ |
D | x86_celt_map.c | 65 xcorr_kernel_c, /* non-sse */ 66 xcorr_kernel_c, 67 xcorr_kernel_c, 101 xcorr_kernel_c, /* non-sse */
|
/external/libopus/celt/arm/ |
D | arm_celt_map.c | 89 xcorr_kernel_c, /* ARMv4 */ 90 xcorr_kernel_c, /* EDSP */ 91 xcorr_kernel_c, /* Media */
|
/external/libopus/celt/ |
D | pitch.h | 65 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))
|