HomeSort by relevance Sort by last modified time
    Searched refs:xcorr_kernel_c (Results 1 - 4 of 4) sorted by null

  /external/libopus/celt/x86/
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/
arm_celt_map.c 72 xcorr_kernel_c, /* ARMv4 */
73 xcorr_kernel_c, /* EDSP */
74 xcorr_kernel_c, /* Media */
  /external/libopus/celt/
pitch.h 66 static OPUS_INLINE void xcorr_kernel_c(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4], int len) function
134 ((void)(arch),xcorr_kernel_c(x, y, sum, len))
pitch.c 269 xcorr_kernel_c(_x, _y+i, sum, len);

Completed in 101 milliseconds