Searched refs:NB_DEC_STACK (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.c73 #ifndef NB_DEC_STACK
74 #define NB_DEC_STACK (4000*sizeof(spx_sig_t)) macro
937 st->stack = (char*)speex_alloc_scratch(NB_DEC_STACK);
988 VALGRIND_MAKE_READABLE(st, NB_DEC_STACK);
/external/speex/libspeex/
H A Dnb_celp.c73 #ifndef NB_DEC_STACK
74 #define NB_DEC_STACK (4000*sizeof(spx_sig_t)) macro
937 st->stack = (char*)speex_alloc_scratch(NB_DEC_STACK);
988 VALGRIND_MAKE_READABLE(st, NB_DEC_STACK);

Completed in 2443 milliseconds