Searched refs:z_dcoeff (Results 1 – 1 of 1) sorted by relevance
131 int32_t *z_dcoeff; /* FIR coefficients differences */ member518 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \547 int32_t coeff, z, *z_coeff, *z_dcoeff; \551 z_dcoeff = info->z_dcoeff; \712 info->z_dcoeff = NULL; in z_resampler_reset()1213 info->z_dcoeff = z_coeff_tab[i].dcoeff; in z_resampler_setup()1217 if (info->z_coeff == NULL || info->z_dcoeff == NULL) in z_resampler_setup()