Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dresample.c917 spx_uint32_t omagic = 0; in speex_resampler_process_float() local
920 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
921 ochunk -= omagic; in speex_resampler_process_float()
922 olen -= omagic; in speex_resampler_process_float()
943 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
952 out += (ochunk+omagic) * ostride_save; in speex_resampler_process_float()