Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1283 int key_freq = cpi->oxcf.key_freq > 0 ? cpi->oxcf.key_freq : 1; in estimate_keyframe_frequency() local
1286 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) { in estimate_keyframe_frequency()
1287 av_key_frame_frequency = key_freq; in estimate_keyframe_frequency()
Donyx_if.c1895 cpi->key_frame_frequency = cpi->oxcf.key_freq; in vp8_create_compressor()
/external/libvpx/libvpx/vp8/common/
Donyx.h145 int key_freq; /* maximum distance to key frame. */ member
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c1269 rc->frames_to_key < cpi->oxcf.key_freq) { in find_next_key_frame()
1299 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
1308 if (rc->frames_to_key >= 2 * cpi->oxcf.key_freq) break; in find_next_key_frame()
1319 if (cpi->oxcf.auto_key && rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
1336 rc->frames_to_key >= cpi->oxcf.key_freq) { in find_next_key_frame()
Dratectrl.c1521 rc->frames_to_key = cpi->oxcf.key_freq; in av1_rc_get_one_pass_vbr_params()
1659 rc->frames_to_key = cpi->oxcf.key_freq; in av1_rc_get_one_pass_cbr_params()
Dencoder.h208 int key_freq; // maximum distance to key frame. member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2904 rc->frames_to_key < cpi->oxcf.key_freq) { in find_next_key_frame()
2935 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
2944 if (rc->frames_to_key >= 2 * cpi->oxcf.key_freq) break; in find_next_key_frame()
2955 if (cpi->oxcf.auto_key && rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
2973 rc->frames_to_key >= cpi->oxcf.key_freq) { in find_next_key_frame()
Dvp9_encoder.h169 int key_freq; // maximum distance to key frame. member
Dvp9_ratectrl.c1978 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_vbr_params()
2174 (svc->current_superframe % cpi->oxcf.key_freq == 0) && in vp9_rc_get_svc_params()
2269 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_cbr_params()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c343 oxcf->key_freq = cfg.kf_max_dist; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c521 oxcf->key_freq = cfg->kf_max_dist; in set_encoder_config()
/external/libaom/libaom/av1/
Dav1_cx_iface.c702 oxcf->key_freq = cfg->kf_max_dist; in set_encoder_config()