Searched refs:FIXED_STACK_ALLOC (Results 1 – 1 of 1) sorted by relevance
108 #define FIXED_STACK_ALLOC 8192 macro110 #define FIXED_STACK_ALLOC 1024 macro903 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()