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

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

Completed in 43 milliseconds