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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c132 int32_t *z_pcoeff; /* FIR polyphase coefficients */ member in struct:z_info
598 int32_t ch, i, start, *z_pcoeff; \
609 z_pcoeff = info->z_pcoeff + \
613 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
614 z_pcoeff++; \
617 v += Z_NORM_##BIT((intpcm64_t)x * *z_pcoeff); \
618 z_pcoeff++; \
723 if (info->z_pcoeff != NULL) {
724 free(info->z_pcoeff, M_DEVBU
[all...]

Completed in 101 milliseconds