Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c1381 int key_freq = cpi->oxcf.key_freq>0 ? cpi->oxcf.key_freq : 1; in estimate_keyframe_frequency() local
1384 if (cpi->oxcf.auto_key && av_key_frame_frequency > key_freq) in estimate_keyframe_frequency()
1385 av_key_frame_frequency = key_freq; in estimate_keyframe_frequency()
Donyx_if.c1964 cpi->key_frame_frequency = cpi->oxcf.key_freq; in vp8_create_compressor()
/external/libvpx/libvpx/vp8/common/
Donyx.h155 int key_freq; /* maximum distance to key frame. */ member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h147 int key_freq; // maximum distance to key frame. member
Dvp9_firstpass.c2316 rc->frames_to_key < cpi->oxcf.key_freq) { in find_next_key_frame()
2346 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
2355 if (rc->frames_to_key >= 2 * cpi->oxcf.key_freq) in find_next_key_frame()
2368 rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
2385 rc->frames_to_key >= cpi->oxcf.key_freq) { in find_next_key_frame()
Dvp9_ratectrl.c1437 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_vbr_params()
1566 cpi->oxcf.key_freq == 0))) { in vp9_rc_get_svc_params()
1630 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_cbr_params()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c363 oxcf->key_freq = cfg.kf_max_dist; in set_vp8e_config()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c461 oxcf->key_freq = cfg->kf_max_dist; in set_encoder_config()