Searched refs:frames_till_gf_update_due (Results 1 – 10 of 10) sorted by relevance
186 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; in vp8_save_coding_context()220 cpi->frames_till_gf_update_due = cc->frames_till_gf_update_due; in vp8_restore_coding_context()270 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_setup_key_frame()272 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in vp8_setup_key_frame()503 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()506 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()508 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++; in calc_gf_params()510 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++; in calc_gf_params()512 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++; in calc_gf_params()514 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++; in calc_gf_params()[all …]
65 int frames_till_gf_update_due; member348 int frames_till_gf_update_due; member
1764 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()1911 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()2590 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_alt_ref_frame_stats()2592 if ((cpi->pass != 2) && cpi->frames_till_gf_update_due) { in update_alt_ref_frame_stats()2593 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()2603 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()2625 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_golden_frame_stats()2627 if ((cpi->pass != 2) && (cpi->frames_till_gf_update_due > 0)) { in update_golden_frame_stats()2628 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_golden_frame_stats()2646 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_golden_frame_stats()[all …]
2245 (cpi->frames_till_gf_update_due > 0)) { in assign_std_frame_bits()2296 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_second_pass()2302 if (cpi->frames_till_gf_update_due == 0) { in vp8_second_pass()2335 cpi->frames_till_gf_update_due = cpi->twopass.frames_to_key; in vp8_second_pass()2561 cpi->frames_till_gf_update_due = 0; in find_next_key_frame()
368 rc->frames_till_gf_update_due = 0; in vp9_rc_init()1332 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()1336 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()1534 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_vbr_params()1564 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_vbr_params()1721 rc->frames_till_gf_update_due = INT_MAX; in vp9_rc_get_svc_params()1741 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_cbr_params()1747 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_cbr_params()1749 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_rc_get_one_pass_cbr_params()1750 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_rc_get_one_pass_cbr_params()[all …]
301 if (n_frames > cpi->rc.frames_till_gf_update_due) in separate_arf_mbs()302 n_frames = cpi->rc.frames_till_gf_update_due; in separate_arf_mbs()373 if (n_frames <= cpi->rc.frames_till_gf_update_due) return; in vp9_update_mbgraph_stats()
282 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_cyclic_refresh_postencode()283 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_cyclic_refresh_postencode()284 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_cyclic_refresh_postencode()
93 int frames_till_gf_update_due; member
2562 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in define_gf_group()2789 rc->frames_till_gf_update_due = 0; in find_next_key_frame()3185 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_second_pass_params()3188 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_second_pass_params()3197 rc->frames_till_gf_update_due, rc->kf_boost, arf_count, in vp9_rc_get_second_pass_params()
4009 if (cpi->rc.frames_till_gf_update_due == INT_MAX &&4753 arf_src_index = rc->frames_till_gf_update_due;