Home | History | Annotate | Download | only in encoder

Lines Matching refs:interval

1328     /* Set Maximum gf/arf interval */
1334 /* Extended interval for genuinely static scenes */
2787 /* Select an interval before next GF or altref */
2827 /* Select an interval before next GF */
3717 * the maximum key frame interval. Here force the Q to a range
4367 * fixed interval. Note the reconstruction error if it is the frame before
5053 double avg_duration, interval;
5057 * over the whole interval seen.
5059 interval = (double)(cpi->source->ts_end -
5061 if(interval > 10000000.0)
5062 interval = 10000000;
5065 avg_duration *= (interval - avg_duration + this_duration);
5066 avg_duration /= interval;