Searched refs:auto_key (Results 1 – 9 of 9) sorted by relevance
154 int auto_key; /* automatically detect cut scenes */ member
146 int auto_key; // autodetect cut scenes and set the keyframes member
1433 (cpi->oxcf.auto_key && 0))) { in vp9_rc_get_one_pass_vbr_params()1565 (cpi->oxcf.auto_key && (rc->frames_since_key % in vp9_rc_get_svc_params()1626 (cpi->oxcf.auto_key && 0))) { in vp9_rc_get_one_pass_cbr_params()
2325 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()2367 if (cpi->oxcf.auto_key && in find_next_key_frame()
1384 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
2783 if (cpi->oxcf.auto_key in find_next_key_frame()2838 if (cpi->oxcf.auto_key in find_next_key_frame()
3671 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()4388 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME in encode_frame_to_data_rate()
361 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
458 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()