Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1878 cpi->source_alt_ref_pending = 1; in define_gf_group()
1942 cpi->source_alt_ref_pending = 0; in define_gf_group()
1946 cpi->source_alt_ref_pending = 0; in define_gf_group()
1996 for (i = 0; i <= (cpi->source_alt_ref_pending && in define_gf_group()
2006 if (cpi->source_alt_ref_pending && i == 0) { in define_gf_group()
2101 if (i == 1 || (!cpi->source_alt_ref_pending && in define_gf_group()
2120 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) { in define_gf_group()
2138 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; in define_gf_group()
2290 cpi->source_alt_ref_pending = 0; in vp8_second_pass()
2307 if (cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)) { in vp8_second_pass()
Donyx_int.h307 int source_alt_ref_pending; member
Dratectrl.c375 …mmon.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); in calc_iframe_target_size()
533 cpi->source_alt_ref_pending = 0; in calc_gf_params()
Donyx_if.c1907 cpi->source_alt_ref_pending = 0; in vp8_create_compressor()
2580 cpi->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
2636 cpi->source_alt_ref_pending = 1; in update_golden_frame_stats()
2640 if (!cpi->source_alt_ref_pending) cpi->source_alt_ref_active = 0; in update_golden_frame_stats()
4841 cpi->source_alt_ref_pending) { in vp8_get_compressed_data()
4855 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_firstpass.c2085 rc->baseline_gf_interval + rc->source_alt_ref_pending - arf_active_or_kf; in calculate_total_gf_group_bits()
2092 (rc->baseline_gf_interval + rc->source_alt_ref_pending); in calculate_total_gf_group_bits()
2245 rc->baseline_gf_interval - (key_frame || rc->source_alt_ref_pending); in define_gf_group_structure()
2261 if (rc->source_alt_ref_pending) { in define_gf_group_structure()
2276 set_gf_overlay_frame_type(gf_group, frame_index, rc->source_alt_ref_pending); in define_gf_group_structure()
2320 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()
2326 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
2729 rc->source_alt_ref_pending = 1; in define_gf_group()
2741 rc->source_alt_ref_pending = 0; in define_gf_group()
2785 rc->baseline_gf_interval = gop_coding_frames - rc->source_alt_ref_pending; in define_gf_group()
[all …]
Dvp9_ratectrl.c408 rc->source_alt_ref_pending = 0; in vp9_rc_init()
1726 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1744 if (!rc->source_alt_ref_pending && (cpi->twopass.gf_group.index == 0)) in update_golden_frame_stats()
1746 } else if (!rc->source_alt_ref_pending) { in update_golden_frame_stats()
1764 if (!rc->source_alt_ref_pending && (cpi->twopass.gf_group.index == 0)) in update_golden_frame_stats()
2091 rc->source_alt_ref_pending = 0; in vp9_rc_get_one_pass_vbr_params()
2094 rc->source_alt_ref_pending = 1; in vp9_rc_get_one_pass_vbr_params()
2884 rc->source_alt_ref_pending = 0; in adjust_gf_boost_lag_one_pass_vbr()
2887 rc->source_alt_ref_pending = 1; in adjust_gf_boost_lag_one_pass_vbr()
3098 rc->source_alt_ref_pending = 0; in vp9_scene_detection_onepass()
[all …]
Dvp9_encoder.c3575 cpi->rc.source_alt_ref_pending,
5494 } else if (rc->source_alt_ref_pending) {
7226 rc->source_alt_ref_pending = 0;
7228 rc->source_alt_ref_pending = 0;
/external/libaom/libaom/av1/encoder/
Dratectrl.h121 int source_alt_ref_pending; member
Dpass2_strategy.c1512 rc->baseline_gf_interval = arf_position - rc->source_alt_ref_pending; in set_baseline_gf_interval()
1515 rc->baseline_gf_interval = arf_position - rc->source_alt_ref_pending; in set_baseline_gf_interval()
1749 rc->source_alt_ref_pending = 1; in define_gf_group()
1765 rc->source_alt_ref_pending = 0; in define_gf_group()
1783 if (is_final_pass && rc->source_alt_ref_pending == 0 && in define_gf_group()
1790 if (rc->source_alt_ref_pending && !is_lossless_requested(&cpi->oxcf)) { in define_gf_group()
Dratectrl.c314 rc->source_alt_ref_pending = 0; in av1_rc_init()
1542 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1559 if (!rc->source_alt_ref_pending && (gf_group->index == 0)) in update_golden_frame_stats()
Dencode_strategy.c415 rc->source_alt_ref_pending = 0; in setup_arf_frame()