Home
last modified time | relevance | path

Searched refs:frames_till_gf_update_due (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c228 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; in vp8_save_coding_context()
265 cpi->frames_till_gf_update_due = cc->frames_till_gf_update_due; in vp8_restore_coding_context()
316 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_setup_key_frame()
318 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in vp8_setup_key_frame()
561 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()
565 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()
568 cpi->frames_till_gf_update_due++; in calc_gf_params()
571 cpi->frames_till_gf_update_due++; in calc_gf_params()
574 cpi->frames_till_gf_update_due++; in calc_gf_params()
577 cpi->frames_till_gf_update_due ++; in calc_gf_params()
[all …]
Donyx_int.h70 int frames_till_gf_update_due; member
376 int frames_till_gf_update_due; member
Donyx_if.c1900 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
2034 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
2838 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_alt_ref_frame_stats()
2840 if ((cpi->pass != 2) && cpi->frames_till_gf_update_due) in update_alt_ref_frame_stats()
2842 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2851 cpi->non_gf_bitrate_adjustment = cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2878 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_golden_frame_stats()
2880 if ((cpi->pass != 2) && (cpi->frames_till_gf_update_due > 0)) in update_golden_frame_stats()
2882 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_golden_frame_stats()
2899 … cpi->non_gf_bitrate_adjustment = cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_golden_frame_stats()
[all …]
Dfirstpass.c2406 (cpi->frames_till_gf_update_due > 0) ) in assign_std_frame_bits()
2461 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_second_pass()
2468 if (cpi->frames_till_gf_update_due == 0) in vp8_second_pass()
2505 cpi->frames_till_gf_update_due = cpi->twopass.frames_to_key; in vp8_second_pass()
2751 cpi->frames_till_gf_update_due = 0; in find_next_key_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c338 rc->frames_till_gf_update_due = 0; in vp9_rc_init()
1256 if (rc->frames_till_gf_update_due > 0) in update_golden_frame_stats()
1257 rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1261 if (rc->frames_till_gf_update_due > 0) in update_golden_frame_stats()
1262 rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1434 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_vbr_params()
1436 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_vbr_params()
1438 if (rc->frames_till_gf_update_due > rc->frames_to_key) { in vp9_rc_get_one_pass_vbr_params()
1439 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_rc_get_one_pass_vbr_params()
1603 rc->frames_till_gf_update_due = INT_MAX; in vp9_rc_get_svc_params()
[all …]
Dvp9_mbgraph.c313 if (n_frames > cpi->rc.frames_till_gf_update_due) in separate_arf_mbs()
314 n_frames = cpi->rc.frames_till_gf_update_due; in separate_arf_mbs()
386 if (n_frames <= cpi->rc.frames_till_gf_update_due) in vp9_update_mbgraph_stats()
Dvp9_aq_cyclicrefresh.c357 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_cyclic_refresh_check_golden_update()
359 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_cyclic_refresh_check_golden_update()
360 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_cyclic_refresh_check_golden_update()
Dvp9_ratectrl.h78 int frames_till_gf_update_due; member
Dvp9_firstpass.c2067 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in define_gf_group()
2299 rc->frames_till_gf_update_due = 0; in find_next_key_frame()
2708 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_second_pass_params()
2711 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_second_pass_params()
2721 cm->current_video_frame, rc->frames_till_gf_update_due, in vp9_rc_get_second_pass_params()
Dvp9_encoder.c3554 if (cpi->rc.frames_till_gf_update_due == INT_MAX &&
4081 arf_src_index = rc->frames_till_gf_update_due;