Home
last modified time | relevance | path

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

/src/contrib/libsamplerate/
H A Dsrc_sinc.c346 SINC_FILTER* from_filter = (SINC_FILTER*) state->private_data ; in sinc_copy() local
353 memcpy (to_filter, from_filter, sizeof (SINC_FILTER)) ; in sinc_copy()
354 to_filter->buffer = (float *) malloc (sizeof (float) * (from_filter->b_len + state->channels)) ; in sinc_copy()
361 …memcpy (to_filter->buffer, from_filter->buffer, sizeof (float) * (from_filter->b_len + state->chan… in sinc_copy()