search for: tmp_in_len

Displaying 2 results from an estimated 2 matches for "tmp_in_len".

2008 May 03
2
Resampler (no api)
...*mem = st->mem + channel_index * st->mem_alloc_size; + spx_uint32_t ilen; + st->started = 1; - /* Handle the case where we have samples left from a reduction in filter length */ - if (st->magic_samples[channel_index]) - { - int istride_save; - spx_uint32_t tmp_in_len; - spx_uint32_t tmp_magic; - - istride_save = st->in_stride; - tmp_in_len = st->magic_samples[channel_index]; - tmp_out_len = *out_len; - /* magic_samples needs to be set to zero to avoid infinite recursion */ - tmp_magic = st->magic_samples[channel_inde...
2008 May 03
0
Resampler, memory only variant
...*mem = st->mem + channel_index * st->mem_alloc_size; + spx_uint32_t ilen; + st->started = 1; - /* Handle the case where we have samples left from a reduction in filter length */ - if (st->magic_samples[channel_index]) - { - int istride_save; - spx_uint32_t tmp_in_len; - spx_uint32_t tmp_magic; - - istride_save = st->in_stride; - tmp_in_len = st->magic_samples[channel_index]; - tmp_out_len = *out_len; - /* magic_samples needs to be set to zero to avoid infinite recursion */ - tmp_magic = st->magic_samples[channel_inde...