Searched refs:auto_key (Results 1 – 6 of 6) sorted by relevance
33 DOTHIS(O, auto_key )\
2157 if (cpi->oxcf.auto_key in vp8_find_next_key_frame()2178 if (cpi->oxcf.auto_key in vp8_find_next_key_frame()
3510 (cpi->oxcf.auto_key && (cpi->frames_since_key % cpi->key_frame_frequency == 0))) in encode_frame_to_data_rate()3945 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME) in encode_frame_to_data_rate()
129 int auto_key; // automatically detect cut scenes and set the keyframes member
373 gchar *key, *dyn_key, auto_key[80]; in open_converter() local380 if (len_from_codeset + len_to_codeset + 2 < sizeof (auto_key)) in open_converter()382 key = auto_key; in open_converter()
316 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()