Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c131 int32_t *z_dcoeff; /* FIR coefficients differences */ member
524 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \
553 int32_t coeff, z, *z_coeff, *z_dcoeff; \
557 z_dcoeff = info->z_dcoeff; \
718 info->z_dcoeff = NULL; in z_resampler_reset()
1227 info->z_dcoeff = z_coeff_tab[i].dcoeff; in z_resampler_setup()
1231 if (info->z_coeff == NULL || info->z_dcoeff == NULL) in z_resampler_setup()