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
1424 (cpi->oxcf.auto_key && 0))) { in vp9_rc_get_one_pass_vbr_params()1554 (cpi->oxcf.auto_key && (rc->frames_since_key % in vp9_rc_get_svc_params()1615 (cpi->oxcf.auto_key && 0))) { in vp9_rc_get_one_pass_cbr_params()
2320 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()2362 if (cpi->oxcf.auto_key && in find_next_key_frame()
1382 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()
3693 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()4410 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME in encode_frame_to_data_rate()
360 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
450 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()