Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h154 int auto_key; /* automatically detect cut scenes */ member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h146 int auto_key; // autodetect cut scenes and set the keyframes member
Dvp9_ratectrl.c1433 (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()
Dvp9_firstpass.c2325 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()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1384 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
Dfirstpass.c2783 if (cpi->oxcf.auto_key in find_next_key_frame()
2838 if (cpi->oxcf.auto_key in find_next_key_frame()
Donyx_if.c3671 (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()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c361 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c458 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_encoder_config()