Searched refs:gfu_boost (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 86 int gfu_boost; member
|
D | vp9_ratectrl.c | 575 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument 577 if (gfu_boost > high) { in get_active_quality() 579 } else if (gfu_boost < low) { in get_active_quality() 583 const int offset = high - gfu_boost; in get_active_quality() 606 return get_active_quality(q, rc->gfu_boost, gf_low, gf_high, in get_gf_active_quality() 1455 rc->gfu_boost = DEFAULT_GF_BOOST; in vp9_rc_get_one_pass_vbr_params() 1647 rc->gfu_boost = DEFAULT_GF_BOOST; in vp9_rc_get_one_pass_cbr_params()
|
D | vp9_firstpass.c | 2036 rc->gfu_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, in define_gf_group() 2045 rc->gfu_boost = VPXMAX((int)boost_score, MIN_ARF_GF_BOOST); in define_gf_group() 2118 rc->gfu_boost, gf_group_bits); in define_gf_group() 2726 rc->kf_boost, arf_count, rc->gfu_boost); in vp9_rc_get_second_pass_params()
|
D | vp9_rd.c | 176 const int boost_index = VPXMIN(15, (cpi->rc.gfu_boost / 100)); in vp9_compute_rd_mult()
|
D | vp9_temporal_filter.c | 671 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength); in vp9_temporal_filter()
|
D | vp9_encoder.c | 2994 cpi->refresh_alt_ref_frame, cm->frame_type, cpi->rc.gfu_boost,
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1930 cpi->gfu_boost = (int)(boost_score * 100.0) >> 4; in define_gf_group() 1953 (cpi->gfu_boost > 100) && in define_gf_group() 1955 (ARF_DECAY_THRESH + (cpi->gfu_boost / 200))) ) in define_gf_group() 1967 cpi->gfu_boost = alt_boost; in define_gf_group() 1984 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 2164 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 2181 Boost = (cpi->gfu_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group() 2303 ? b_boost : cpi->gfu_boost; in define_gf_group() 2305 int boost = cpi->gfu_boost; in define_gf_group()
|
D | ratectrl.c | 431 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 1020 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in calc_pframe_target_size()
|
D | onyx_int.h | 450 int gfu_boost; member
|
D | onyx_if.c | 3653 if ( cpi->gfu_boost <= 400 ) in encode_frame_to_data_rate() 3994 if (cpi->gfu_boost > 600) in encode_frame_to_data_rate() 4038 if ( cpi->gfu_boost > 1000 ) in encode_frame_to_data_rate() 4040 else if ( cpi->gfu_boost < 400 ) in encode_frame_to_data_rate() 5041 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate() 5062 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()
|