Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dresample.c994 spx_uint32_t omagic = 0; in speex_resampler_process_float() local
997 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
998 ochunk -= omagic; in speex_resampler_process_float()
999 olen -= omagic; in speex_resampler_process_float()
1020 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
1029 out += (ochunk+omagic) * ostride_save; in speex_resampler_process_float()

Completed in 3 milliseconds