Searched refs:z_gy2gx (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 355 #define z_gy2gx(i, v) _Z_GY2GX(i, (i)->z_alpha, v) macro 1286 if (z_gy2gx(info, gy2gx_max) > _Z_GCAST(gx2gy_max)) in z_resampler_setup() 1292 info->z_startdrift = z_gy2gx(info, 1); in z_resampler_setup() 1296 i = z_gy2gx(info, 1); in z_resampler_setup() 1359 fprintf(stderr, "\tminreq=%d, ", z_gy2gx(info, 1)); in z_resampler_setup() 1388 "z_gy2gx()", (int32_t)z_gy2gx(info, 1)); in z_resampler_setup() 1390 "Max", (int32_t)gy2gx_max, (int32_t)z_gy2gx(info, gy2gx_max)); in z_resampler_setup() 1580 reqin = z_gy2gx(info, ocount) - z_fetched(info); in z_resampler_feed_internal()
|