Searched refs:z_dcoeff (Results 1 – 1 of 1) sorted by relevance
116 int32_t *z_dcoeff; /* FIR coefficients differences */ member501 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \530 int32_t coeff, z, *z_coeff, *z_dcoeff; \534 z_dcoeff = info->z_dcoeff; \689 info->z_dcoeff = NULL; in z_resampler_reset()1180 info->z_dcoeff = z_coeff_tab[i].dcoeff; in z_resampler_setup()1184 if (info->z_coeff == NULL || info->z_dcoeff == NULL) in z_resampler_setup()