Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h142 int auto_key; /* automatically detect cut scenes */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h205 int auto_key; // autodetect cut scenes and set the keyframes member
Dvp9_ratectrl.c1206 (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()
Dvp9_firstpass.c1947 if (cpi->oxcf.auto_key && in find_next_key_frame()
1987 if (cpi->oxcf.auto_key && in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c1371 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
Dfirstpass.c2784 if (cpi->oxcf.auto_key in find_next_key_frame()
2839 if (cpi->oxcf.auto_key in find_next_key_frame()
Donyx_if.c3421 (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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c365 oxcf->auto_key = cfg.kf_mode == VPX_KF_AUTO in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c335 oxcf->auto_key = cfg->kf_mode == VPX_KF_AUTO && in set_vp9e_config()