Home
last modified time | relevance | path

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

/src/sys/dev/sound/pcm/
H A Dfeeder_rate.c112 int32_t z_gx, z_gy; /* interpolation / decimation ratio */ member
333 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \
334 (i)->z_gy)
337 Z_DIV(((_Z_GCAST((i)->z_gy) * (v)) + (a)), (i)->z_gx)
340 ((_Z_GCAST((i)->z_gy) * (x)) - (_Z_GCAST((i)->z_gx) * (y)))
684 info->z_gy = 1; in z_resampler_reset()
1005 if (((int64_t)info->z_size * info->z_gy * 2) > in z_resampler_build_polyphase()
1009 info->z_gx, info->z_gy, in z_resampler_build_polyphase()
1010 (intmax_t)info->z_size * info->z_gy * 2, in z_resampler_build_polyphase()
1017 info->z_size * info->z_gy * 2, M_DEVBUF, M_NOWAIT | M_ZERO); in z_resampler_build_polyphase()
[all …]