Searched refs:z_dx (Results 1 – 1 of 1) sorted by relevance
119 int32_t z_dx; /* input sample drift increment */ member452 z = ((uint32_t)info->z_alpha * info->z_dx) >> Z_LINEAR_UNSHIFT; \543 z = info->z_alpha * info->z_dx; \549 z = info->z_dy - (info->z_alpha * info->z_dx); \693 info->z_dx = Z_FULL_ONE; in z_resampler_reset()1022 z = alpha * info->z_dx; in z_resampler_build_polyphase()1033 z = info->z_dy - (alpha * info->z_dx); in z_resampler_build_polyphase()1136 info->z_dx = info->z_dy / info->z_gy; in z_resampler_setup()1142 if (info->z_dx < 1) { in z_resampler_setup()1153 info->z_dy = info->z_dx * info->z_gy; in z_resampler_setup()[all …]