Home
last modified time | relevance | path

Searched refs:source_alt_ref_pending (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dgop_structure.c155 !rc->source_alt_ref_pending)); // define_gf_group() enforced. in get_pyramid_height()
156 if (!rc->source_alt_ref_pending) { in get_pyramid_height()
185 (rc->source_alt_ref_pending) ? OVERLAY_UPDATE : GF_UPDATE; in av1_gop_setup_structure()
Dpass2_strategy.c609 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
615 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
962 rc->source_alt_ref_pending = 1; in define_gf_group()
968 rc->source_alt_ref_pending = 0; in define_gf_group()
992 rc->baseline_gf_interval = i - rc->source_alt_ref_pending; in define_gf_group()
995 rc->baseline_gf_interval = i - rc->source_alt_ref_pending; in define_gf_group()
1000 if (rc->source_alt_ref_pending && !is_lossless_requested(&cpi->oxcf)) { in define_gf_group()
1063 if (rc->source_alt_ref_pending) { in define_gf_group()
Dratectrl.h89 int source_alt_ref_pending; member
Dratectrl.c288 rc->source_alt_ref_pending = 0; in av1_rc_init()
1322 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1352 if (!rc->source_alt_ref_pending && (cpi->twopass.gf_group.index == 0)) in update_golden_frame_stats()
1354 } else if (!rc->source_alt_ref_pending) { in update_golden_frame_stats()
1569 rc->source_alt_ref_pending = USE_ALTREF_FOR_ONE_PASS; in av1_rc_get_one_pass_vbr_params()
Dencode_strategy.c470 } else if (rc->source_alt_ref_pending) { in get_arf_src_index()
528 rc->source_alt_ref_pending = 0; in setup_arf_or_arf2()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1887 cpi->source_alt_ref_pending = 1; in define_gf_group()
1951 cpi->source_alt_ref_pending = 0; in define_gf_group()
1955 cpi->source_alt_ref_pending = 0; in define_gf_group()
2005 for (i = 0; i <= (cpi->source_alt_ref_pending && in define_gf_group()
2015 if (cpi->source_alt_ref_pending && i == 0) { in define_gf_group()
2109 if (i == 1 || (!cpi->source_alt_ref_pending && in define_gf_group()
2128 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) { in define_gf_group()
2146 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; in define_gf_group()
2298 cpi->source_alt_ref_pending = 0; in vp8_second_pass()
2315 if (cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)) { in vp8_second_pass()
Donyx_int.h303 int source_alt_ref_pending; member
Dratectrl.c371 …mmon.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); in calc_iframe_target_size()
529 cpi->source_alt_ref_pending = 0; in calc_gf_params()
Donyx_if.c1899 cpi->source_alt_ref_pending = 0; in vp8_create_compressor()
2571 cpi->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
2627 cpi->source_alt_ref_pending = 1; in update_golden_frame_stats()
2631 if (!cpi->source_alt_ref_pending) cpi->source_alt_ref_active = 0; in update_golden_frame_stats()
4823 cpi->source_alt_ref_pending) { in vp8_get_compressed_data()
4837 cpi->source_alt_ref_pending = 0; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h113 int source_alt_ref_pending; member
Dvp9_ratectrl.c407 rc->source_alt_ref_pending = 0; in vp9_rc_init()
1679 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1697 if (!rc->source_alt_ref_pending && (cpi->twopass.gf_group.index == 0)) in update_golden_frame_stats()
1699 } else if (!rc->source_alt_ref_pending) { in update_golden_frame_stats()
2016 rc->source_alt_ref_pending = 0; in vp9_rc_get_one_pass_vbr_params()
2019 rc->source_alt_ref_pending = 1; in vp9_rc_get_one_pass_vbr_params()
2755 rc->source_alt_ref_pending = 0; in adjust_gf_boost_lag_one_pass_vbr()
2758 rc->source_alt_ref_pending = 1; in adjust_gf_boost_lag_one_pass_vbr()
2969 rc->source_alt_ref_pending = 0; in vp9_scene_detection_onepass()
2971 rc->source_alt_ref_pending = 1; in vp9_scene_detection_onepass()
Dvp9_firstpass.c2205 rc->baseline_gf_interval - (key_frame || rc->source_alt_ref_pending); in define_gf_group_structure()
2221 if (rc->source_alt_ref_pending) { in define_gf_group_structure()
2236 set_gf_overlay_frame_type(gf_group, frame_index, rc->source_alt_ref_pending); in define_gf_group_structure()
2280 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
2286 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
2295 normal_frames = (rc->baseline_gf_interval - rc->source_alt_ref_pending); in allocate_gf_group_bits()
2634 rc->source_alt_ref_pending = 1; in define_gf_group()
2637 rc->source_alt_ref_pending = 0; in define_gf_group()
2647 rc->baseline_gf_interval = i - rc->source_alt_ref_pending; in define_gf_group()
Dvp9_encoder.c3375 cpi->rc.source_alt_ref_pending,
5137 } else if (rc->source_alt_ref_pending) {
6612 rc->source_alt_ref_pending = 0;
6614 rc->source_alt_ref_pending = 0;