Home
last modified time | relevance | path

Searched refs:gfu_boost (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c858 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument
860 if (gfu_boost > high) { in get_active_quality()
862 } else if (gfu_boost < low) { in get_active_quality()
866 const int offset = high - gfu_boost; in get_active_quality()
890 const int gfu_boost = cpi->multi_layer_arf in get_gf_active_quality() local
891 ? gf_group->gfu_boost[gf_group->index] in get_gf_active_quality()
892 : rc->gfu_boost; in get_gf_active_quality()
895 return get_active_quality(q, gfu_boost, gf_low, gf_high, in get_gf_active_quality()
2061 rc->gfu_boost = DEFAULT_GF_BOOST; in vp9_rc_get_one_pass_vbr_params()
2083 rc->gfu_boost = in vp9_rc_get_one_pass_vbr_params()
[all …]
Dvp9_firstpass.c2183 gf_group->gfu_boost[*index_counter] = NORMAL_BOOST; in find_arf_order()
2202 gf_group->gfu_boost[*index_counter] = in find_arf_order()
2229 gf_group->gfu_boost[frame_index] = NORMAL_BOOST; in set_gf_overlay_frame_type()
2341 gf_group->gfu_boost[1] = rc->gfu_boost; in allocate_gf_group_bits()
2352 arf_depth_boost[gf_group->layer_depth[idx]] += gf_group->gfu_boost[idx]; in allocate_gf_group_bits()
2384 gf_group->gfu_boost[idx]) / in allocate_gf_group_bits()
2726 rc->gfu_boost = in define_gf_group()
2740 rc->gfu_boost = VPXMIN(MAX_GF_BOOST, arf_boost); in define_gf_group()
2773 rc->gfu_boost = VPXMIN((int)rc->gfu_boost, gop_coding_frames * 140); in define_gf_group()
2775 rc->gfu_boost = VPXMIN((int)rc->gfu_boost, gop_coding_frames * 200); in define_gf_group()
[all …]
Dvp9_rd.c237 const int gfu_boost = cpi->multi_layer_arf in modulate_rdmult() local
238 ? gf_group->gfu_boost[gf_group->index] in modulate_rdmult()
239 : cpi->rc.gfu_boost; in modulate_rdmult()
240 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult()
Dvp9_ratectrl.h96 int gfu_boost; member
Dvp9_firstpass.h136 int gfu_boost[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
Dvp9_temporal_filter.c1120 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength); in vp9_temporal_filter()
Dvp9_encoder.c3596 cpi->refresh_alt_ref_frame, cm->frame_type, cpi->rc.gfu_boost,
/external/libaom/libaom/av1/encoder/
Dratectrl.c630 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument
632 if (gfu_boost > high) { in get_active_quality()
634 } else if (gfu_boost < low) { in get_active_quality()
638 const int offset = high - gfu_boost; in get_active_quality()
661 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, in get_gf_active_quality()
2067 rc->gfu_boost = DEFAULT_GF_BOOST_RT; in av1_get_one_pass_rt_params()
2077 rc->gfu_boost = 1; in av1_get_one_pass_rt_params()
2085 lc->rc.gfu_boost = rc->gfu_boost; in av1_get_one_pass_rt_params()
Dpass2_strategy.c565 static int get_projected_gfu_boost(const RATE_CONTROL *rc, int gfu_boost, in get_projected_gfu_boost() argument
574 if (num_stats_used_for_gfu_boost >= frames_to_project) return gfu_boost; in get_projected_gfu_boost()
584 (int)rint((tpl_factor * gfu_boost) / tpl_factor_num_stats); in get_projected_gfu_boost()
803 rc->gfu_boost = calculate_boost_factor( in adjust_boost_bits_for_target_level()
806 rc->gfu_boost, group_bits); in adjust_boost_bits_for_target_level()
1446 rc->gfu_boost = DEFAULT_GF_BOOST; in define_gf_group_pass0()
1759 rc->gfu_boost = av1_calc_arf_boost( in define_gf_group()
1770 rc->gfu_boost = AOMMIN( in define_gf_group()
1886 rc->gfu_boost, gf_group_bits); in av1_gop_bit_allocation()
2651 rc->gfu_boost); in av1_get_second_pass_params()
Dratectrl.h97 int gfu_boost; member
Dgop_structure.c118 gf_group->arf_boost[frame_index] = cpi->rc.gfu_boost; in construct_multi_layer_gf_structure()
Dtemporal_filter.c1202 if (num_frames > cpi->rc.gfu_boost / 150) { in tf_setup_filtering_buffer()
1203 num_frames = cpi->rc.gfu_boost / 150; in tf_setup_filtering_buffer()
1272 tf_estimate_strength(cpi, noise_levels[0], cpi->rc.gfu_boost); in av1_temporal_filter()
Drd.c364 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_compute_rd_mult()
413 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_get_adaptive_rdmult()
Dencoder.c4167 const int gfu_boost = get_gfu_boost_from_r0_lap( in process_tpl_stats_frame() local
4172 cpi->rc.gfu_boost = combine_prior_with_tpl_boost( in process_tpl_stats_frame()
4173 min_boost_factor, MAX_BOOST_COMBINE_FACTOR, cpi->rc.gfu_boost, in process_tpl_stats_frame()
4174 gfu_boost, cpi->rc.num_stats_used_for_gfu_boost); in process_tpl_stats_frame()
4176 const int gfu_boost = (int)(200.0 / cpi->rd.r0); in process_tpl_stats_frame() local
4177 cpi->rc.gfu_boost = combine_prior_with_tpl_boost( in process_tpl_stats_frame()
4179 cpi->rc.gfu_boost, gfu_boost, cpi->rc.frames_to_key); in process_tpl_stats_frame()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1788 cpi->gfu_boost = (int)(boost_score * 100.0) >> 4; in define_gf_group()
1808 (cpi->gfu_boost > 100) && in define_gf_group()
1810 (ARF_DECAY_THRESH + (cpi->gfu_boost / 200)))) in define_gf_group()
1822 cpi->gfu_boost = alt_boost; in define_gf_group()
1839 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()
2010 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()
2026 Boost = (cpi->gfu_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group()
2138 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; in define_gf_group()
2140 int boost = cpi->gfu_boost; in define_gf_group()
Dratectrl.c375 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size()
934 cpi->common.current_video_frame, cpi->gfu_boost, in calc_pframe_target_size()
935 GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size()
Donyx_int.h435 int gfu_boost; member
Donyx_if.c3281 if (cpi->gfu_boost <= 400) { in encode_frame_to_data_rate()
3610 if (cpi->gfu_boost > 600) { in encode_frame_to_data_rate()
3652 if (cpi->gfu_boost > 1000) { in encode_frame_to_data_rate()
3654 } else if (cpi->gfu_boost < 400) { in encode_frame_to_data_rate()
4622 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()
4643 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()