Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1803 ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)) && in define_gf_group()
1804 (i < cpi->twopass.frames_to_key)) in define_gf_group()
1862 ((cpi->twopass.frames_to_key - i) >= MIN_GF_INTERVAL) && in define_gf_group()
1913 if ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL) in define_gf_group()
1915 while (i < cpi->twopass.frames_to_key) in define_gf_group()
1922 if (i < cpi->twopass.frames_to_key) in define_gf_group()
1941 (i <= (cpi->twopass.frames_to_key - MIN_GF_INTERVAL)) && in define_gf_group()
2113 if (cpi->twopass.frames_to_key >= (int)(cpi->twopass.total_stats.count - in define_gf_group()
2442 if (cpi->twopass.frames_to_key == 0) in vp8_second_pass()
2460 cpi->baseline_gf_interval = cpi->twopass.frames_to_key; in vp8_second_pass()
[all …]
Donyx_int.h595 int frames_to_key; member
Donyx_if.c4674 if ( cpi->next_key_frame_forced && (cpi->twopass.frames_to_key == 0) ) in encode_frame_to_data_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c490 cpi->rc.frames_to_key = INT_MAX; in set_first_pass_params()
1955 while (i < rc->static_scene_max_gf_interval && i < rc->frames_to_key) { in define_gf_group()
2029 rc->constrained_gf_group = (i >= rc->frames_to_key) ? 1 : 0; in define_gf_group()
2306 rc->frames_to_key = 1; in find_next_key_frame()
2316 rc->frames_to_key < cpi->oxcf.key_freq) { in find_next_key_frame()
2351 ++rc->frames_to_key; in find_next_key_frame()
2355 if (rc->frames_to_key >= 2 * cpi->oxcf.key_freq) in find_next_key_frame()
2358 ++rc->frames_to_key; in find_next_key_frame()
2368 rc->frames_to_key > cpi->oxcf.key_freq) { in find_next_key_frame()
2371 rc->frames_to_key /= 2; in find_next_key_frame()
[all …]
Dvp9_ratectrl.c1377 rc->frames_to_key--; in vp9_rc_postencode_update()
1392 cpi->rc.frames_to_key--; in vp9_rc_postencode_update_drop_frame()
1432 rc->frames_to_key == 0 || in vp9_rc_get_one_pass_vbr_params()
1436 rc->frames_to_key == 0; in vp9_rc_get_one_pass_vbr_params()
1437 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_vbr_params()
1447 if (rc->frames_till_gf_update_due > rc->frames_to_key) { in vp9_rc_get_one_pass_vbr_params()
1448 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_rc_get_one_pass_vbr_params()
1625 rc->frames_to_key == 0 || in vp9_rc_get_one_pass_cbr_params()
1629 rc->frames_to_key == 0; in vp9_rc_get_one_pass_cbr_params()
1630 rc->frames_to_key = cpi->oxcf.key_freq; in vp9_rc_get_one_pass_cbr_params()
[all …]
Dvp9_ratectrl.h99 int frames_to_key; member
Dvp9_svc_layercontext.c272 const int old_frame_to_key = cpi->rc.frames_to_key; in vp9_restore_layer_context()
282 cpi->rc.frames_to_key = old_frame_to_key; in vp9_restore_layer_context()
662 lc->rc.frames_to_key != 0 && in vp9_svc_start_frame()
Dvp9_aq_cyclicrefresh.c366 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_cyclic_refresh_check_golden_update()
367 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_cyclic_refresh_check_golden_update()
Dvp9_encoder.c3842 if (cpi->rc.next_key_frame_forced && cpi->rc.frames_to_key == 1) {
4231 assert(arf_src_index <= rc->frames_to_key);