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

/external/chromium_org/third_party/speex/libspeex/
H A Dnb_celp.c69 #ifndef NB_ENC_STACK
70 #define NB_ENC_STACK (8000*sizeof(spx_sig_t)) macro
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
209 VALGRIND_MAKE_READABLE(st, NB_ENC_STACK);
/external/speex/libspeex/
H A Dnb_celp.c69 #ifndef NB_ENC_STACK
70 #define NB_ENC_STACK (8000*sizeof(spx_sig_t)) macro
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
209 VALGRIND_MAKE_READABLE(st, NB_ENC_STACK);

Completed in 163 milliseconds