Home
last modified time | relevance | path

Searched refs:open_loop_nbest_pitch (Results 1 – 5 of 5) sorted by relevance

/external/speex/libspeex/
Dltp.h54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t …
Dltp_bfin.h157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t … in open_loop_nbest_pitch() function
Dltp.c173 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t … in open_loop_nbest_pitch() function
609 open_loop_nbest_pitch(sw, start, end, nsf, nbest, NULL, N, stack); in pitch_search_3tap()
Dfilters.c685 open_loop_nbest_pitch(exc, 20, 120, nsf, in multicomb()
Dnb_celp.c369 open_loop_nbest_pitch(st->sw, st->min_pitch, st->max_pitch, st->frameSize, in nb_encode()