Lines Matching full:adaptive
1095 int adaptive; in z_resampler_setup() local
1113 adaptive = 0; in z_resampler_setup()
1129 * enable semi-adaptive mode. Although handling in z_resampler_setup()
1154 * adaptive mode. in z_resampler_setup()
1162 if (adaptive == 0) { in z_resampler_setup()
1176 * Overflow or underflow. Try adaptive, let it continue and in z_resampler_setup()
1180 if (adaptive == 0) { in z_resampler_setup()
1181 adaptive = 1; in z_resampler_setup()
1210 if (adaptive == 0) { in z_resampler_setup()
1211 adaptive = 1; in z_resampler_setup()
1241 if (Z_IS_SINC(info) && adaptive == 0 && in z_resampler_setup()
1307 if (adaptive == 0 && Z_IS_SINC(info)) { in z_resampler_setup()
1308 adaptive = 1; in z_resampler_setup()
1364 if (adaptive != 0) in z_resampler_setup()
1369 fprintf(stderr, "adaptive=%s\n", (adaptive != 0) ? "YES" : "NO"); in z_resampler_setup()