Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h144 int auto_key; /* automatically detect cut scenes */ member
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1278 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()
1319 if (cpi->oxcf.auto_key && rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
Dratectrl.c1517 rc->frames_to_key == 0 || (cpi->oxcf.auto_key && 0))) { in av1_rc_get_one_pass_vbr_params()
1655 rc->frames_to_key == 0 || (cpi->oxcf.auto_key && 0))) { in av1_rc_get_one_pass_cbr_params()
Dencoder.h207 int auto_key; // autodetect cut scenes and set the keyframes member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h168 int auto_key; // autodetect cut scenes and set the keyframes member
Dvp9_firstpass.c2914 if (cpi->oxcf.auto_key && twopass->stats_in < twopass->stats_in_end) { in find_next_key_frame()
2955 if (cpi->oxcf.auto_key && rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
Dvp9_ratectrl.c2173 (cpi->oxcf.auto_key && in vp9_rc_get_svc_params()
/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1286 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) { in estimate_keyframe_frequency()
Dfirstpass.c2593 if (cpi->oxcf.auto_key && in find_next_key_frame()
2644 if (cpi->oxcf.auto_key && in find_next_key_frame()
Donyx_if.c3294 (cpi->oxcf.auto_key && in encode_frame_to_data_rate()
3965 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.c341 oxcf->auto_key = in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c518 oxcf->auto_key = in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c699 oxcf->auto_key = in set_encoder_config()