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.h60 int source_alt_ref_pending; member
Dvp9_ratectrl.c220 rc->source_alt_ref_pending = 0; in vp9_rc_init()
980 rc->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
995 if (!rc->source_alt_ref_pending && in update_golden_frame_stats()
998 } else if (!rc->source_alt_ref_pending) { in update_golden_frame_stats()
1161 rc->source_alt_ref_pending = USE_ALTREF_FOR_ONE_PASS; in vp9_rc_get_one_pass_vbr_params()
Dvp9_firstpass.c1419 if (rc->source_alt_ref_pending || !key_frame) in allocate_gf_group_bits()
1423 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
1465 if (rc->source_alt_ref_pending && cpi->multi_arf_enabled) { in allocate_gf_group_bits()
1492 if (rc->source_alt_ref_pending) { in allocate_gf_group_bits()
1692 rc->source_alt_ref_pending = 1; in define_gf_group()
1700 rc->source_alt_ref_pending = 0; in define_gf_group()
1731 if (rc->source_alt_ref_pending) { in define_gf_group()
Dvp9_encoder.c2455 } else if (rc->source_alt_ref_pending) { in get_arf_src_index()
2560 rc->source_alt_ref_pending = 0; in vp9_get_compressed_data()
2562 rc->source_alt_ref_pending = 0; in vp9_get_compressed_data()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c2022 cpi->source_alt_ref_pending = 1; in define_gf_group()
2093 cpi->source_alt_ref_pending = 0; in define_gf_group()
2099 cpi->source_alt_ref_pending = 0; in define_gf_group()
2150 for (i = 0; i <= (cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME); i++) { in define_gf_group()
2157 if (cpi->source_alt_ref_pending && i == 0) in define_gf_group()
2262 if (i == 1 || (!cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME))) in define_gf_group()
2282 if (!cpi->source_alt_ref_pending && cpi->common.frame_type != KEY_FRAME) in define_gf_group()
2300 int boost = (cpi->source_alt_ref_pending) in define_gf_group()
2460 cpi->source_alt_ref_pending = 0; in vp8_second_pass()
2479 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.c429 …mmon.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending); in calc_iframe_target_size()
593 cpi->source_alt_ref_pending = 0; in calc_gf_params()
Donyx_if.c1943 cpi->source_alt_ref_pending = 0; in vp8_create_compressor()
2813 cpi->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
2876 cpi->source_alt_ref_pending = 1; in update_golden_frame_stats()
2880 if (!cpi->source_alt_ref_pending) in update_golden_frame_stats()
4940 cpi->source_alt_ref_pending) in vp8_get_compressed_data()
4959 cpi->source_alt_ref_pending = 0; in vp8_get_compressed_data()