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

  /external/chromium_org/third_party/opus/src/celt/
pitch.h 55 static inline void xcorr_kernel(const opus_val16 * x, const opus_val16 * y, opus_val32 sum[4], int len) function
celt_lpc.c 127 xcorr_kernel(rnum, x+i, sum, ord);
190 xcorr_kernel(rden, y+i, sum, ord);
pitch.c 262 xcorr_kernel(_x, _y+i, sum, len);
  /external/chromium_org/third_party/opus/src/celt/x86/
pitch_sse.h 39 static inline void xcorr_kernel(const opus_val16 *x, const opus_val16 *y, opus_val32 sum[4], int len) function

Completed in 538 milliseconds