Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDfeeder_rate.c135 int32_t z_dy; /* output sample drift increment */ member
340 Z_SHIFT) / (i)->z_dy))
501 z += info->z_dy; \
546 z = info->z_dy - (info->z_alpha * info->z_dx); \
699 info->z_dy = Z_FULL_ONE; in z_resampler_reset()
724 z = info->z_dy; in z_resampler_sinc_len()
731 z += info->z_dy; in z_resampler_sinc_len()
1042 z += info->z_dy; in z_resampler_build_polyphase()
1044 z = info->z_dy - (alpha * info->z_dx); in z_resampler_build_polyphase()
1052 z += info->z_dy; in z_resampler_build_polyphase()
[all …]