/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 847 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument 849 if (gfu_boost > high) { in get_active_quality() 851 } else if (gfu_boost < low) { in get_active_quality() 855 const int offset = high - gfu_boost; in get_active_quality() 879 const int gfu_boost = cpi->multi_layer_arf in get_gf_active_quality() local 880 ? gf_group->gfu_boost[gf_group->index] in get_gf_active_quality() 881 : rc->gfu_boost; in get_gf_active_quality() 884 return get_active_quality(q, gfu_boost, gf_low, gf_high, in get_gf_active_quality() 1986 rc->gfu_boost = DEFAULT_GF_BOOST; in vp9_rc_get_one_pass_vbr_params() 2008 rc->gfu_boost = in vp9_rc_get_one_pass_vbr_params() [all …]
|
D | vp9_firstpass.c | 2143 gf_group->gfu_boost[*index_counter] = NORMAL_BOOST; in find_arf_order() 2162 gf_group->gfu_boost[*index_counter] = in find_arf_order() 2189 gf_group->gfu_boost[frame_index] = NORMAL_BOOST; in set_gf_overlay_frame_type() 2301 gf_group->gfu_boost[1] = rc->gfu_boost; in allocate_gf_group_bits() 2312 arf_depth_boost[gf_group->layer_depth[idx]] += gf_group->gfu_boost[idx]; in allocate_gf_group_bits() 2344 gf_group->gfu_boost[idx]) / in allocate_gf_group_bits() 2633 rc->gfu_boost = calc_arf_boost(cpi, forward_frames, (i - 1)); in define_gf_group() 2636 rc->gfu_boost = VPXMIN(MAX_GF_BOOST, calc_arf_boost(cpi, 0, (i - 1))); in define_gf_group() 2642 rc->gfu_boost = VPXMIN((int)rc->gfu_boost, i * 140); in define_gf_group() 2644 rc->gfu_boost = VPXMIN((int)rc->gfu_boost, i * 200); in define_gf_group() [all …]
|
D | vp9_rd.c | 213 const int gfu_boost = cpi->multi_layer_arf in modulate_rdmult() local 214 ? gf_group->gfu_boost[gf_group->index] in modulate_rdmult() 215 : cpi->rc.gfu_boost; in modulate_rdmult() 216 const int boost_index = VPXMIN(15, (gfu_boost / 100)); in modulate_rdmult()
|
D | vp9_firstpass.h | 134 int gfu_boost[MAX_STATIC_GF_GROUP_LENGTH + 2]; member
|
D | vp9_ratectrl.h | 96 int gfu_boost; member
|
D | vp9_temporal_filter.c | 1062 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength); in vp9_temporal_filter()
|
D | vp9_encoder.c | 3396 cpi->refresh_alt_ref_frame, cm->frame_type, cpi->rc.gfu_boost,
|
/external/libaom/libaom/av1/encoder/ |
D | ratectrl.h | 73 int gfu_boost; member
|
D | ratectrl.c | 576 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument 578 if (gfu_boost > high) { in get_active_quality() 580 } else if (gfu_boost < low) { in get_active_quality() 584 const int offset = high - gfu_boost; in get_active_quality() 607 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, in get_gf_active_quality() 1570 rc->gfu_boost = DEFAULT_GF_BOOST; in av1_rc_get_one_pass_vbr_params() 1676 rc->gfu_boost = DEFAULT_GF_BOOST; in av1_rc_get_one_pass_cbr_params()
|
D | pass2_strategy.c | 960 rc->gfu_boost = in define_gf_group() 967 rc->gfu_boost = AOMMAX((int)boost_score, MIN_ARF_GF_BOOST); in define_gf_group() 1051 gf_arf_bits = calculate_boost_bits(rc->baseline_gf_interval, rc->gfu_boost, in define_gf_group() 1599 rc->gfu_boost); in av1_get_second_pass_params()
|
D | rd.c | 371 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_compute_rd_mult() 400 const int boost_index = AOMMIN(15, (cpi->rc.gfu_boost / 100)); in av1_get_adaptive_rdmult()
|
D | temporal_filter.c | 1261 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, in av1_temporal_filter()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1797 cpi->gfu_boost = (int)(boost_score * 100.0) >> 4; in define_gf_group() 1817 (cpi->gfu_boost > 100) && in define_gf_group() 1819 (ARF_DECAY_THRESH + (cpi->gfu_boost / 200)))) in define_gf_group() 1831 cpi->gfu_boost = alt_boost; in define_gf_group() 1848 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 2019 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 2035 Boost = (cpi->gfu_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group() 2146 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; in define_gf_group() 2148 int boost = cpi->gfu_boost; in define_gf_group()
|
D | ratectrl.c | 371 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 930 cpi->common.current_video_frame, cpi->gfu_boost, in calc_pframe_target_size() 931 GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size()
|
D | onyx_int.h | 431 int gfu_boost; member
|
D | onyx_if.c | 3277 if (cpi->gfu_boost <= 400) { in encode_frame_to_data_rate() 3604 if (cpi->gfu_boost > 600) { in encode_frame_to_data_rate() 3646 if (cpi->gfu_boost > 1000) { in encode_frame_to_data_rate() 3648 } else if (cpi->gfu_boost < 400) { in encode_frame_to_data_rate() 4606 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate() 4627 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()
|