Home
last modified time | relevance | path

Searched refs:auto_key (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/vp8/common/
Donyx.h144 int auto_key; /* automatically detect cut scenes */ member
/external/libaom/av1/encoder/
Dratectrl.c2653 cpi->oxcf.kf_cfg.auto_key) in set_baseline_gf_interval()
2658 cpi->oxcf.kf_cfg.auto_key) in set_baseline_gf_interval()
3195 if (cpi->oxcf.kf_cfg.auto_key && rc->frames_to_key == 0) return 1; in set_key_frame()
3199 (cpi->oxcf.kf_cfg.auto_key && in set_key_frame()
Dencoder.h494 bool auto_key; member
Dpass2_strategy.c2930 if ((cpi->ppi->p_rc.enable_scenecut_detection > 0) && kf_cfg->auto_key && in define_kf_interval()
3228 if (kf_cfg->auto_key && rc->frames_to_key > kf_cfg->key_freq_max) { in find_next_key_frame()
/external/libvpx/vp9/encoder/
Dvp9_encoder.h184 int auto_key; // autodetect cut scenes and set the keyframes member
Dvp9_ratectrl.c2284 (cpi->oxcf.auto_key && in vp9_rc_get_svc_params()
2486 (cpi->oxcf.auto_key && rc->frames_to_key == 0)) { in vp9_rc_get_one_pass_cbr_params()
Dvp9_firstpass.c3156 if (!oxcf->auto_key) { in vp9_get_frames_to_next_key()
/external/libvpx/vp8/encoder/
Dratectrl.c1308 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) { in estimate_keyframe_frequency()
Dfirstpass.c2578 if (cpi->oxcf.auto_key && in find_next_key_frame()
2629 if (cpi->oxcf.auto_key && in find_next_key_frame()
Donyx_if.c3286 (cpi->oxcf.auto_key && in encode_frame_to_data_rate()
3964 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME && in encode_frame_to_data_rate()
/external/libvpx/vp9/
Dvp9_cx_iface.c571 oxcf->auto_key = in set_encoder_config()
2262 DUMP_STRUCT_VALUE(fp, oxcf, auto_key); in vp9_dump_encoder_config()
/external/libvpx/vp8/
Dvp8_cx_iface.c367 oxcf->auto_key = in set_vp8e_config()
/external/libaom/av1/
Dav1_cx_iface.c1226 kf_cfg->auto_key = in set_encoder_config()