Home | History | Annotate | Download | only in encoder

Lines Matching refs:frames_since_key

1934     cpi->frames_since_key = 8;        // Give a sensible default for the first frame.
3418 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0)))
3539 cpi->frames_since_key++;
3557 cpi->frames_since_key++;
3631 if ( (cpi->frames_since_key > 1) &&
4571 cpi->frames_since_key++;