Home
last modified time | relevance | path

Searched refs:gx2gy_max (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c1088 int64_t gy2gx_max, gx2gy_max; in z_resampler_setup() local
1272 gx2gy_max = (((uint64_t)info->z_gx * INT32_MAX) - info->z_gy) / in z_resampler_setup()
1275 if (gx2gy_max > INT32_MAX) in z_resampler_setup()
1276 gx2gy_max = INT32_MAX; in z_resampler_setup()
1278 if (gx2gy_max < 1) in z_resampler_setup()
1286 if (z_gy2gx(info, gy2gx_max) > _Z_GCAST(gx2gy_max)) in z_resampler_setup()
1394 "Max", (int32_t)gx2gy_max, (int32_t)z_gx2gy(info, gx2gy_max)); in z_resampler_setup()