Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h50 int source_alt_ref_pending; member
Dvp9_firstpass.c1361 cpi->rc.source_alt_ref_pending = 0; in define_fixed_arf_period()
1366 cpi->rc.source_alt_ref_pending = 1; in define_fixed_arf_period()
1586 rc->source_alt_ref_pending = 1; in define_gf_group()
1596 rc->source_alt_ref_pending = 0; in define_gf_group()
1665 for (i = 0; i <= (rc->source_alt_ref_pending && in define_gf_group()
1676 if (rc->source_alt_ref_pending && i == 0) in define_gf_group()
1727 (!rc->source_alt_ref_pending && in define_gf_group()
1744 if (rc->source_alt_ref_pending) { in define_gf_group()
1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost; in define_gf_group()
Dvp9_ratectrl.c1043 cpi->rc.source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
1057 if (!rc->source_alt_ref_pending) in update_golden_frame_stats()
1223 rc->source_alt_ref_pending = USE_ALTREF_FOR_ONE_PASS; in vp9_rc_get_one_pass_vbr_params()
Dvp9_onyx_if.c1234 rc->source_alt_ref_pending = 0; in vp9_create_compressor()
3019 if (cpi->oxcf.play_alternate && rc->source_alt_ref_pending) {
3060 rc->source_alt_ref_pending = 0;
3062 rc->source_alt_ref_pending = 0;
3128 rc->source_alt_ref_pending = is_next_frame_arf(cpi);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
2463 cpi->source_alt_ref_pending = 0; in vp8_second_pass()
2482 if (cpi->source_alt_ref_pending && (cpi->common.frame_type != KEY_FRAME)) in vp8_second_pass()
Donyx_int.h329 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.c1899 cpi->source_alt_ref_pending = 0; in vp8_create_compressor()
2766 cpi->source_alt_ref_pending = 0; in update_alt_ref_frame_stats()
2829 cpi->source_alt_ref_pending = 1; in update_golden_frame_stats()
2833 if (!cpi->source_alt_ref_pending) in update_golden_frame_stats()
4933 cpi->source_alt_ref_pending) in vp8_get_compressed_data()
4952 cpi->source_alt_ref_pending = 0; in vp8_get_compressed_data()