Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h144 int auto_key; /* automatically detect cut scenes */ member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h176 int auto_key; // autodetect cut scenes and set the keyframes member
Dvp9_ratectrl.c2248 (cpi->oxcf.auto_key && in vp9_rc_get_svc_params()
2385 (cpi->oxcf.auto_key && rc->frames_to_key == 0)) { in vp9_rc_get_one_pass_cbr_params()
Dvp9_firstpass.c3084 if (!oxcf->auto_key) { in vp9_get_frames_to_next_key()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1304 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) { in estimate_keyframe_frequency()
Dfirstpass.c2585 if (cpi->oxcf.auto_key && in find_next_key_frame()
2636 if (cpi->oxcf.auto_key && in find_next_key_frame()
Donyx_if.c3298 (cpi->oxcf.auto_key && in encode_frame_to_data_rate()
3976 if (cpi->pass != 2 && cpi->oxcf.auto_key && cm->frame_type != KEY_FRAME && in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c559 oxcf->auto_key = in set_encoder_config()
1971 DUMP_STRUCT_VALUE(oxcf, auto_key); in vp9_dump_encoder_config()
/external/libaom/libaom/av1/encoder/
Dencoder.h242 int auto_key; // autodetect cut scenes and set the keyframes member
Dpass2_strategy.c2105 if (cpi->rc.enable_scenecut_detection && cpi->oxcf.auto_key && in define_kf_interval()
2233 if (cpi->oxcf.auto_key && rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c361 oxcf->auto_key = in set_vp8e_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c847 oxcf->auto_key = in set_encoder_config()