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.c186 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 …]
Donyx_int.h65 int frames_till_gf_update_due; member
352 int frames_till_gf_update_due; member
Donyx_if.c1790 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
1943 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
2601 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_alt_ref_frame_stats()
2603 if ((cpi->pass != 2) && cpi->frames_till_gf_update_due) { in update_alt_ref_frame_stats()
2604 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2614 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2636 if (!cpi->auto_gold) cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_golden_frame_stats()
2638 if ((cpi->pass != 2) && (cpi->frames_till_gf_update_due > 0)) { in update_golden_frame_stats()
2639 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_golden_frame_stats()
2657 cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_golden_frame_stats()
[all …]
Dfirstpass.c2246 (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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c370 rc->frames_till_gf_update_due = 0; in vp9_rc_init()
1329 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1333 if (rc->frames_till_gf_update_due > 0) rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1560 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_vbr_params()
1591 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_vbr_params()
1746 rc->frames_till_gf_update_due = INT_MAX; in vp9_rc_get_svc_params()
1766 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_cbr_params()
1772 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_one_pass_cbr_params()
1774 if (rc->frames_till_gf_update_due > rc->frames_to_key) in vp9_rc_get_one_pass_cbr_params()
1775 rc->frames_till_gf_update_due = rc->frames_to_key; in vp9_rc_get_one_pass_cbr_params()
[all …]
Dvp9_mbgraph.c301 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()
Dvp9_aq_cyclicrefresh.c282 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()
Dvp9_ratectrl.h95 int frames_till_gf_update_due; member
Dvp9_firstpass.c2628 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in define_gf_group()
2862 rc->frames_till_gf_update_due = 0; in find_next_key_frame()
3261 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_second_pass_params()
3264 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_second_pass_params()
3273 rc->frames_till_gf_update_due, rc->kf_boost, arf_count, in vp9_rc_get_second_pass_params()
Dvp9_encoder.c4049 if (cpi->rc.frames_till_gf_update_due == INT_MAX &&
4795 arf_src_index = rc->frames_till_gf_update_due;