Searched refs:open_loop_nbest_pitch (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | ltp.h | 54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t …
|
D | ltp_bfin.h | 157 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
|
D | ltp.c | 173 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()
|
D | filters.c | 685 open_loop_nbest_pitch(exc, 20, 120, nsf, in multicomb()
|
D | nb_celp.c | 369 open_loop_nbest_pitch(st->sw, st->min_pitch, st->max_pitch, st->frameSize, in nb_encode()
|