Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c127 int32_t z_gx, z_gy; /* interpolation / decimation ratio */ member
346 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \
347 (i)->z_gy)
350 Z_DIV(((_Z_GCAST((i)->z_gy) * (v)) + (a)), (i)->z_gx)
353 ((_Z_GCAST((i)->z_gy) * (x)) - (_Z_GCAST((i)->z_gx) * (y)))
707 info->z_gy = 1; in z_resampler_reset()
1036 if (((int64_t)info->z_size * info->z_gy * 2) > in z_resampler_build_polyphase()
1040 info->z_gx, info->z_gy, in z_resampler_build_polyphase()
1041 (intmax_t)info->z_size * info->z_gy * 2, in z_resampler_build_polyphase()
1048 info->z_size * info->z_gy * 2, M_DEVBUF, M_NOWAIT | M_ZERO); in z_resampler_build_polyphase()
[all …]