HomeSort by relevance Sort by last modified time
    Searched full:magic_samples (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
resample.c 136 spx_uint32_t *magic_samples; member in struct:SpeexResamplerState_
678 /*if (st->magic_samples[i])*/
683 olen = old_length + 2*st->magic_samples[i];
684 for (j=old_length-2+st->magic_samples[i];j>=0;j--)
685 st->mem[i*st->mem_alloc_size+j+st->magic_samples[i]] = st->mem[i*old_alloc_size+j];
686 for (j=0;j<st->magic_samples[i];j++)
688 st->magic_samples[i] = 0;
703 st->magic_samples[i] = (olen - st->filt_len)/2;
704 for (j=0;j<st->filt_len-1+st->magic_samples[i];j++)
705 st->mem[i*st->mem_alloc_size+j] = st->mem[i*st->mem_alloc_size+j+st->magic_samples[i]]
    [all...]

Completed in 1246 milliseconds