Lines Matching refs:factors
282 .factors[0] = TX_FACTOR_ANY,
354 av_bprintf(&bp, "%s, factors: [", cd->min_len != cd->max_len ? "]" : "");
356 if (i && cd->factors[i])
358 if (cd->factors[i] == TX_FACTOR_ANY)
360 else if (cd->factors[i])
361 av_bprintf(&bp, "%i", cd->factors[i]);
399 /* We want all factors to completely cover the length */
405 int factor = cd->factors[i];
411 /* No more factors */
529 /* Check for factors */
564 /* Larger factors are generally better */
566 max_factor = FFMAX(cd->factors[i], max_factor);