Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c132 int32_t *z_pcoeff; /* FIR polyphase coefficients */ member
588 int32_t ch, i, start, *z_pcoeff; \
599 z_pcoeff = info->z_pcoeff + \
603 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
604 z_pcoeff++; \
607 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
608 z_pcoeff++; \
713 if (info->z_pcoeff != NULL) { in z_resampler_reset()
714 free(info->z_pcoeff, M_DEVBUF); in z_resampler_reset()
715 info->z_pcoeff = NULL; in z_resampler_reset()
[all …]