Searched refs:magic_samples (Results 1 – 1 of 1) sorted by relevance
136 spx_uint32_t *magic_samples; member683 olen = old_length + 2*st->magic_samples[i]; in update_filter()684 for (j=old_length-2+st->magic_samples[i];j>=0;j--) in update_filter()685 st->mem[i*st->mem_alloc_size+j+st->magic_samples[i]] = st->mem[i*old_alloc_size+j]; in update_filter()686 for (j=0;j<st->magic_samples[i];j++) in update_filter()688 st->magic_samples[i] = 0; in update_filter()703 st->magic_samples[i] = (olen - st->filt_len)/2; in update_filter()704 for (j=0;j<st->filt_len-1+st->magic_samples[i];j++) in update_filter()705 … st->mem[i*st->mem_alloc_size+j] = st->mem[i*st->mem_alloc_size+j+st->magic_samples[i]]; in update_filter()716 spx_uint32_t old_magic = st->magic_samples[i]; in update_filter()[all …]