Searched defs:z_info (Results 1 – 1 of 1) sorted by relevance
120 struct z_info { struct121 int32_t rsrc, rdst; /* original source / destination rates */122 int32_t src, dst; /* rounded source / destination rates */123 int32_t channels; /* total channels */124 int32_t bps; /* bytes-per-sample */125 int32_t quality; /* resampling quality */127 int32_t z_gx, z_gy; /* interpolation / decimation ratio */128 int32_t z_alpha; /* output sample time phase / drift */129 uint8_t *z_delay; /* FIR delay line / linear buffer */130 int32_t *z_coeff; /* FIR coefficients */[all …]