Searched refs:frames_till_gf_update_due (Results 1 – 16 of 16) 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()502 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()504 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()506 if (cpi->last_boost > 750) cpi->frames_till_gf_update_due++; in calc_gf_params()508 if (cpi->last_boost > 1000) cpi->frames_till_gf_update_due++; in calc_gf_params()510 if (cpi->last_boost > 1250) cpi->frames_till_gf_update_due++; in calc_gf_params()512 if (cpi->last_boost >= 1500) cpi->frames_till_gf_update_due++; in calc_gf_params()[all …]
65 int frames_till_gf_update_due; member352 int frames_till_gf_update_due; member
1784 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()1933 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()2547 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_alt_ref_frame_stats()2549 if ((cpi->pass != 2) && cpi->frames_till_gf_update_due) { in update_alt_ref_frame_stats()2550 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()2560 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()2582 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_golden_frame_stats()2584 if ((cpi->pass != 2) && (cpi->frames_till_gf_update_due > 0)) { in update_golden_frame_stats()2585 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_golden_frame_stats()2603 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_golden_frame_stats()[all …]
2246 (cpi->frames_till_gf_update_due > 0)) { in assign_std_frame_bits()2297 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_second_pass()2303 if (cpi->frames_till_gf_update_due == 0) { in vp8_second_pass()2336 cpi->frames_till_gf_update_due = cpi->twopass.frames_to_key; in vp8_second_pass()2562 cpi->frames_till_gf_update_due = 0; in find_next_key_frame()
410 rc->frames_till_gf_update_due = 0; in vp9_rc_init()1704 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()1708 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()1857 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in vp9_rc_postencode_update()1984 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_vbr_params()2014 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_vbr_params()2233 } else if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_svc_params()2240 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_svc_params()2246 rc->frames_till_gf_update_due = INT_MAX; in vp9_rc_get_svc_params()2275 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_cbr_params()[all …]
302 if (n_frames > cpi->rc.frames_till_gf_update_due) in separate_arf_mbs()303 n_frames = cpi->rc.frames_till_gf_update_due; in separate_arf_mbs()374 if (n_frames <= cpi->rc.frames_till_gf_update_due) return; in vp9_update_mbgraph_stats()
293 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_cyclic_refresh_postencode()294 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_cyclic_refresh_postencode()295 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_cyclic_refresh_postencode()
103 int frames_till_gf_update_due; member
2887 rc->frames_till_gf_update_due = 0; in find_next_key_frame()3213 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_second_pass_params()3216 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_second_pass_params()3224 cm->current_video_frame, rc->frames_till_gf_update_due, in vp9_rc_get_second_pass_params()
1144 cpi->rc.frames_till_gf_update_due = 0; in vp9_svc_check_spatial_layer_sync()
4357 if (cpi->rc.frames_till_gf_update_due == INT_MAX &&5138 arf_src_index = rc->frames_till_gf_update_due;
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 av1_update_mbgraph_stats()
291 rc->frames_till_gf_update_due = 0; in av1_rc_init()1558 if (rc->frames_till_gf_update_due == 0) { in av1_rc_get_one_pass_vbr_params()1560 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in av1_rc_get_one_pass_vbr_params()1562 if (rc->frames_till_gf_update_due > rc->frames_to_key) { in av1_rc_get_one_pass_vbr_params()1563 rc->frames_till_gf_update_due = rc->frames_to_key; in av1_rc_get_one_pass_vbr_params()1665 if (rc->frames_till_gf_update_due == 0) { in av1_rc_get_one_pass_cbr_params()1671 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in av1_rc_get_one_pass_cbr_params()1673 if (rc->frames_till_gf_update_due > rc->frames_to_key) in av1_rc_get_one_pass_cbr_params()1674 rc->frames_till_gf_update_due = rc->frames_to_key; in av1_rc_get_one_pass_cbr_params()
79 int frames_till_gf_update_due; member
169 if (cpi->rc.frames_till_gf_update_due > 0) in update_frames_till_gf_update()170 cpi->rc.frames_till_gf_update_due--; in update_frames_till_gf_update()295 if (cpi->rc.frames_till_gf_update_due == INT_MAX) flags &= ~AOM_GOLD_FLAG; in get_ref_frame_flags()471 arf_src_index = rc->frames_till_gf_update_due; in get_arf_src_index()
1008 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in define_gf_group()1254 rc->frames_till_gf_update_due = 0; in find_next_key_frame()1587 if (rc->frames_till_gf_update_due == 0) { in av1_get_second_pass_params()1590 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in av1_get_second_pass_params()1598 rc->frames_till_gf_update_due, rc->kf_boost, arf_count, in av1_get_second_pass_params()