Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pcm/
H A Dfeeder_rate.c134 int32_t z_dx; /* input sample drift increment */ member
566 z = info->z_alpha * info->z_dx; \
572 z = info->z_dy - (info->z_alpha * info->z_dx); \
724 info->z_dx = Z_FULL_ONE; in z_resampler_reset()
1059 z = alpha * info->z_dx; in z_resampler_build_polyphase()
1070 z = info->z_dy - (alpha * info->z_dx); in z_resampler_build_polyphase()
1183 info->z_dx = info->z_dy / info->z_gy; in z_resampler_setup()
1189 if (info->z_dx < 1) { in z_resampler_setup()
1200 info->z_dy = info->z_dx * info->z_gy; in z_resampler_setup()
1239 info->z_dx = Z_LINEAR_FULL_ONE / info->z_gy; in z_resampler_setup()
[all …]