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

  /external/speex/libspeex/
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) function
210 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
ltp.h 52 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack);
ltp_arm4.h 88 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) function
ltp_sse.h 57 void pitch_xcorr(const float *_x, const float *_y, float *corr, int len, int nb_pitch, char *stack) function
ltp.c 79 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
142 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) function
245 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);

Completed in 655 milliseconds