Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dresample.c904 VARDECL(spx_word16_t *ystack); in speex_resampler_process_float()
905 ALLOC(ystack, ylen, spx_word16_t); in speex_resampler_process_float()
908 spx_word16_t ystack[FIXED_STACK_ALLOC]; in speex_resampler_process_float() local
914 spx_word16_t *y = ystack; in speex_resampler_process_float()
945 out[j*ostride_save] = ystack[j]; in speex_resampler_process_float()
947 out[j*ostride_save] = WORD2INT(ystack[j]); in speex_resampler_process_float()