OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:speex_echo_state_init_mc
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/speex/include/speex/
speex_echo.h
86
SpeexEchoState *
speex_echo_state_init_mc
(int frame_size, int filter_length, int nb_mic, int nb_speakers);
/external/speex/include/speex/
speex_echo.h
86
SpeexEchoState *
speex_echo_state_init_mc
(int frame_size, int filter_length, int nb_mic, int nb_speakers);
/external/speex/libspeex/
mdf.c
404
return
speex_echo_state_init_mc
(frame_size, filter_length, 1, 1);
407
EXPORT SpeexEchoState *
speex_echo_state_init_mc
(int frame_size, int filter_length, int nb_mic, int nb_speakers)
function
[
all
...]
Completed in 40 milliseconds