OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h0_mem
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
sb_celp.h
60
spx_word16_t *
h0_mem
, *h1_mem;
member in struct:SBEncState
sb_celp.c
235
st->
h0_mem
=(spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
286
speex_free(st->
h0_mem
);
339
qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->
h0_mem
, stack);
[
all
...]
Completed in 516 milliseconds