Home
last modified time | relevance | path

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

/external/speex/libspeex/
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); in nb_encoder_init()
209 VALGRIND_MAKE_READABLE(st, NB_ENC_STACK); in nb_encoder_init()