Searched refs:z_gx (Results 1 – 1 of 1) sorted by relevance
112 int32_t z_gx, z_gy; /* interpolation / decimation ratio */ member333 Z_DIV(((_Z_GCAST((i)->z_gx) * (v)) + ((i)->z_gy - (a) - 1)), \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)))683 info->z_gx = 1; in z_resampler_reset()1009 info->z_gx, info->z_gy, in z_resampler_build_polyphase()1047 info->z_gx, info->z_gy, info->z_size * info->z_gy * 2); in z_resampler_build_polyphase()1070 info->z_gx = info->src / i; in z_resampler_setup()1074 if (!(Z_FACTOR_SAFE(info->z_gx) && Z_FACTOR_SAFE(info->z_gy))) in z_resampler_setup()1091 if (info->z_gx > info->z_gy) in z_resampler_setup()[all …]