HomeSort by relevance Sort by last modified time
    Searched full:speex_alloc_scratch (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
os_support.h 62 static inline void *speex_alloc_scratch (int size) function
sb_celp.c 208 /*st->stack = (char*)speex_alloc_scratch(SB_ENC_STACK);*/
771 /*st->stack = (char*)speex_alloc_scratch(SB_DEC_STACK);*/
    [all...]
nb_celp.c 127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
937 st->stack = (char*)speex_alloc_scratch(NB_DEC_STACK);
    [all...]

Completed in 98 milliseconds