Home
last modified time | relevance | path

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

/src/sys/dev/sound/pcm/
H A Dfeeder_rate.c117 int32_t *z_pcoeff; /* FIR polyphase coefficients */ member
572 int32_t ch, i, start, *z_pcoeff; \
583 z_pcoeff = info->z_pcoeff + \
587 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
588 z_pcoeff++; \
591 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
592 z_pcoeff++; \
690 free(info->z_pcoeff, M_DEVBUF); in z_resampler_reset()
691 info->z_pcoeff = NULL; in z_resampler_reset()
999 free(info->z_pcoeff, M_DEVBUF); in z_resampler_build_polyphase()
[all …]