Searched refs:auto_key (Results 1 – 9 of 9) sorted by relevance
142 int auto_key; /* automatically detect cut scenes */ member
205 int auto_key; // autodetect cut scenes and set the keyframes member
1206 (cpi->oxcf.auto_key && test_for_kf_one_pass(cpi)))) { in vp9_rc_get_one_pass_vbr_params()1288 (cpi->oxcf.auto_key && (rc->frames_since_key % in vp9_rc_get_svc_params()1313 (cpi->oxcf.auto_key && test_for_kf_one_pass(cpi)))) { in vp9_rc_get_one_pass_cbr_params()
1947 if (cpi->oxcf.auto_key && in find_next_key_frame()1987 if (cpi->oxcf.auto_key && in find_next_key_frame()
1371 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
2784 if (cpi->oxcf.auto_key in find_next_key_frame()2839 if (cpi->oxcf.auto_key in find_next_key_frame()
3421 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()4039 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME in encode_frame_to_data_rate()
365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_vp9e_config()