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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c133 int32_t *z_dcoeff; /* FIR coefficients differences */ member in struct:z_info
526 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \
555 int32_t coeff, z, *z_coeff, *z_dcoeff; \
559 z_dcoeff = info->z_dcoeff; \
720 info->z_dcoeff = NULL;
1229 info->z_dcoeff = z_coeff_tab[i].dcoeff;
1233 if (info->z_coeff == NULL || info->z_dcoeff == NULL)

Completed in 55 milliseconds