Home
last modified time | relevance | path

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

/freebsd/contrib/libsamplerate/
H A Dsrc_sinc.c74 } SINC_FILTER ; typedef
82 static SRC_ERROR prepare_data (SINC_FILTER *filter, int channels, SRC_DATA *data, int half_filter_c…
208 static SINC_FILTER *
216 SINC_FILTER *priv = (SINC_FILTER *) calloc (1, sizeof (SINC_FILTER)) ; in sinc_filter_new()
315 { SINC_FILTER *filter ; in sinc_reset()
317 filter = (SINC_FILTER*) state->private_data ; in sinc_reset()
346 SINC_FILTER* from_filter = (SINC_FILTER*) state->private_data ; in sinc_copy()
347 SINC_FILTER *to_filter = (SINC_FILTER *) calloc (1, sizeof (SINC_FILTER)) ; in sinc_copy()
353 memcpy (to_filter, from_filter, sizeof (SINC_FILTER)) ; in sinc_copy()
373 calc_output_single (SINC_FILTER *filter, increment_t increment, increment_t start_filter_index) in calc_output_single()
[all …]