Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h103 int source_alt_ref_pending; member
Dvp9_firstpass.c1742 if (rc->source_alt_ref_pending || !key_frame) in allocate_gf_group_bits()
1746 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
1782 for (i = 0; i < rc->baseline_gf_interval - rc->source_alt_ref_pending; ++i) { in allocate_gf_group_bits()
1800 if (rc->source_alt_ref_pending && cpi->multi_arf_enabled) { in allocate_gf_group_bits()
1827 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
2038 rc->source_alt_ref_pending = 1; in define_gf_group()
2046 rc->source_alt_ref_pending = 0; in define_gf_group()
2050 rc->baseline_gf_interval = i - (is_key_frame || rc->source_alt_ref_pending); in define_gf_group()
2129 if (rc->source_alt_ref_pending) { in define_gf_group()
Dvp9_ratectrl.c344 rc->source_alt_ref_pending = 0; in vp9_rc_init()
1244 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1260 if (!rc->source_alt_ref_pending) { in update_golden_frame_stats()
1454 rc->source_alt_ref_pending = USE_ALTREF_FOR_ONE_PASS; in vp9_rc_get_one_pass_vbr_params()
Dvp9_encoder.c2974 cpi->rc.source_alt_ref_pending,
4129 } else if (rc->source_alt_ref_pending) {
4263 rc->source_alt_ref_pending = 0;
4265 rc->source_alt_ref_pending = 0;
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2024 cpi->source_alt_ref_pending = 1; in define_gf_group()
2095 cpi->source_alt_ref_pending = 0; in define_gf_group()
2101 cpi->source_alt_ref_pending = 0; in define_gf_group()
2152 for (i = 0; i <= (cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME); i++) { in define_gf_group()
2159 if (cpi->source_alt_ref_pending && i == 0) in define_gf_group()
2264 if (i == 1 || (!cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME))) in define_gf_group()
2284 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) in define_gf_group()
2302 int boost = (cpi->source_alt_ref_pending) in define_gf_group()
2462 cpi->source_alt_ref_pending = 0; in vp8_second_pass()
2481 if (cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)) in vp8_second_pass()
Donyx_int.h326 int source_alt_ref_pending; member
Dratectrl.c431 …mmon.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); in calc_iframe_target_size()
595 cpi->source_alt_ref_pending = 0; in calc_gf_params()
Donyx_if.c1968 cpi->source_alt_ref_pending = 0; in vp8_create_compressor()
2838 cpi->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
2901 cpi->source_alt_ref_pending = 1; in update_golden_frame_stats()
2905 if (!cpi->source_alt_ref_pending) in update_golden_frame_stats()
5284 cpi->source_alt_ref_pending) in vp8_get_compressed_data()
5303 cpi->source_alt_ref_pending = 0; in vp8_get_compressed_data()