Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dresample.c829 spx_uint32_t tmp_in_len = st->magic_samples[channel_index]; in speex_resampler_magic() local
833 speex_resampler_process_native(st, channel_index, &tmp_in_len, *out, &out_len); in speex_resampler_magic()
835 st->magic_samples[channel_index] -= tmp_in_len; in speex_resampler_magic()
842 mem[N-1+i]=mem[N-1+i+tmp_in_len]; in speex_resampler_magic()