Searched refs:z_coeff (Results 1 – 1 of 1) sorted by relevance
130 int32_t *z_coeff; /* FIR coefficients */ member518 coeff = Z_COEFF_INTERPOLATE(z, z_coeff[c], z_dcoeff[c]); \547 int32_t coeff, z, *z_coeff, *z_dcoeff; \550 z_coeff = info->z_coeff; \711 info->z_coeff = NULL; in z_resampler_reset()811 z_coeff_interpolate(int32_t z, int32_t *z_coeff) in z_coeff_interpolate() argument818 coeff = z_coeff[0]; in z_coeff_interpolate()823 zl0 = z_coeff[0]; in z_coeff_interpolate()824 zl1 = z_coeff[1] - z_coeff[0]; in z_coeff_interpolate()831 zq0 = z_coeff[0]; in z_coeff_interpolate()[all …]