OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highpass
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
filters.h
58
void
highpass
(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem);
nb_celp.c
299
highpass
(in, in, st->frameSize, (st->isWideband?HIGHPASS_WIDEBAND:HIGHPASS_NARROWBAND)|HIGHPASS_INPUT, st->mem_hp);
[
all
...]
filters.c
83
void
highpass
(const spx_word16_t *x, spx_word16_t *y, int len, int filtID, spx_mem_t *mem)
function
Completed in 35 milliseconds