Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dresample.c108 #define FIXED_STACK_ALLOC 8192 macro
110 #define FIXED_STACK_ALLOC 1024 macro
903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; in speex_resampler_process_float()
907 const unsigned int ylen = FIXED_STACK_ALLOC; in speex_resampler_process_float()
908 spx_word16_t ystack[FIXED_STACK_ALLOC]; in speex_resampler_process_float()