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.c229 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; in vp8_save_coding_context()
266 cpi->frames_till_gf_update_due = cc->frames_till_gf_update_due; in vp8_restore_coding_context()
317 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in vp8_setup_key_frame()
319 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in vp8_setup_key_frame()
563 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()
567 cpi->frames_till_gf_update_due = cpi->baseline_gf_interval; in calc_gf_params()
570 cpi->frames_till_gf_update_due++; in calc_gf_params()
573 cpi->frames_till_gf_update_due++; in calc_gf_params()
576 cpi->frames_till_gf_update_due++; in calc_gf_params()
579 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.c1876 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
2010 cpi->frames_till_gf_update_due = 0; in vp8_create_compressor()
2814 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_alt_ref_frame_stats()
2816 if ((cpi->pass != 2) && cpi->frames_till_gf_update_due) in update_alt_ref_frame_stats()
2818 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2827 cpi->non_gf_bitrate_adjustment = cpi->gf_overspend_bits / cpi->frames_till_gf_update_due; in update_alt_ref_frame_stats()
2854 cpi->frames_till_gf_update_due = DEFAULT_GF_INTERVAL; in update_golden_frame_stats()
2856 if ((cpi->pass != 2) && (cpi->frames_till_gf_update_due > 0)) in update_golden_frame_stats()
2858 cpi->current_gf_interval = cpi->frames_till_gf_update_due; in update_golden_frame_stats()
2875 … 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.c347 rc->frames_till_gf_update_due = 0; in vp9_rc_init()
1265 if (rc->frames_till_gf_update_due > 0) in update_golden_frame_stats()
1266 rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1270 if (rc->frames_till_gf_update_due > 0) in update_golden_frame_stats()
1271 rc->frames_till_gf_update_due--; in update_golden_frame_stats()
1443 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_one_pass_vbr_params()
1445 rc->frames_till_gf_update_due = rc->baseline_gf_interval; 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()
1614 rc->frames_till_gf_update_due = INT_MAX; in vp9_rc_get_svc_params()
[all …]
Dvp9_mbgraph.c316 if (n_frames > cpi->rc.frames_till_gf_update_due) in separate_arf_mbs()
317 n_frames = cpi->rc.frames_till_gf_update_due; in separate_arf_mbs()
389 if (n_frames <= cpi->rc.frames_till_gf_update_due) in vp9_update_mbgraph_stats()
Dvp9_aq_cyclicrefresh.c364 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_cyclic_refresh_check_golden_update()
366 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_ratectrl.h93 int frames_till_gf_update_due; member
Dvp9_firstpass.c2072 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in define_gf_group()
2304 rc->frames_till_gf_update_due = 0; in find_next_key_frame()
2712 if (rc->frames_till_gf_update_due == 0) { in vp9_rc_get_second_pass_params()
2715 rc->frames_till_gf_update_due = rc->baseline_gf_interval; in vp9_rc_get_second_pass_params()
2725 cm->current_video_frame, rc->frames_till_gf_update_due, in vp9_rc_get_second_pass_params()
Dvp9_encoder.c3615 if (cpi->rc.frames_till_gf_update_due == INT_MAX &&
4130 arf_src_index = rc->frames_till_gf_update_due;