Searched refs:xcorr_kernel_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libopus/celt/x86/ |
H A D | x86_celt_map.c | 65 xcorr_kernel_c, /* non-sse */ 66 xcorr_kernel_c, 67 xcorr_kernel_c, 121 xcorr_kernel_c, /* non-sse */
|
H A D | celt_lpc_sse4_1.c | 70 xcorr_kernel_c(rnum, x+i-ord, sums_c, ord); in celt_fir_sse4_1()
|
H A D | pitch_sse4_1.c | 125 xcorr_kernel_c(x, y, sum_c, len); in xcorr_kernel_sse4_1()
|
/aosp_15_r20/external/libopus/celt/arm/ |
H A D | arm_celt_map.c | 93 xcorr_kernel_c, /* ARMv4 */ 94 xcorr_kernel_c, /* EDSP */ 95 xcorr_kernel_c, /* Media */
|
/aosp_15_r20/external/libopus/celt/ |
H A 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))
|
H A D | celt_lpc.c | 165 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 D | pitch.c | 268 xcorr_kernel_c(_x, _y+i, sum_c, len); in celt_pitch_xcorr_c()
|