Searched refs:z_coeff (Results 1 – 1 of 1) sorted by relevance
115 int32_t *z_coeff; /* FIR coefficients */ member501 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \530 int32_t coeff, z, *z_coeff, *z_dcoeff; \533 z_coeff = info->z_coeff; \688 info->z_coeff = NULL; in z_resampler_reset()782 z_coeff_interpolate(int32_t z, int32_t *z_coeff) in z_coeff_interpolate() argument789 coeff = z_coeff[0]; in z_coeff_interpolate()794 zl0 = z_coeff[0]; in z_coeff_interpolate()795 zl1 = z_coeff[1] - z_coeff[0]; in z_coeff_interpolate()802 zq0 = z_coeff[0]; in z_coeff_interpolate()[all …]