Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample.c982 spx_word16_t ystack[ylen]; in speex_resampler_process_float() local
985 spx_word16_t ystack[FIXED_STACK_ALLOC]; in speex_resampler_process_float() local
991 spx_word16_t *y = ystack; in speex_resampler_process_float()
1022 out[j*ostride_save] = ystack[j]; in speex_resampler_process_float()
1024 out[j*ostride_save] = WORD2INT(ystack[j]); in speex_resampler_process_float()

Completed in 3 milliseconds