OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qmf_decomp
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
filters.h
61
void
qmf_decomp
(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
filters.c
441
void
qmf_decomp
(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack)
function
sb_celp.c
339
qmf_decomp
(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
[
all
...]
Completed in 1454 milliseconds