Searched refs:gfu_boost (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 401 static int get_active_quality(int q, int gfu_boost, int low, int high, in get_active_quality() argument 403 if (gfu_boost > high) { in get_active_quality() 405 } else if (gfu_boost < low) { in get_active_quality() 409 const int offset = high - gfu_boost; in get_active_quality() 546 q, rc->gfu_boost, gf_low, gf_high, in rc_pick_q_and_bounds_one_pass_cbr() 668 active_best_quality = get_active_quality(q, rc->gfu_boost, in rc_pick_q_and_bounds_one_pass_vbr() 673 active_best_quality = get_active_quality(q, rc->gfu_boost, in rc_pick_q_and_bounds_one_pass_vbr() 687 q, rc->gfu_boost, gf_low, gf_high, in rc_pick_q_and_bounds_one_pass_vbr() 691 q, rc->gfu_boost, gf_low, gf_high, in rc_pick_q_and_bounds_one_pass_vbr() 697 q, rc->gfu_boost, gf_low, gf_high, in rc_pick_q_and_bounds_one_pass_vbr() [all …]
|
D | vp9_ratectrl.h | 33 int gfu_boost; member
|
D | vp9_firstpass.c | 1584 rc->gfu_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, in define_gf_group() 1595 rc->gfu_boost = (int)boost_score; in define_gf_group() 1671 int boost = (rc->gfu_boost * gfboost_qadjust(q)) / 100; in define_gf_group() 1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost; in define_gf_group()
|
D | vp9_onyx_if.c | 2209 cpi->refresh_alt_ref_frame, cm->frame_type, cpi->rc.gfu_boost, 3045 vp9_configure_arnr_filter(cpi, frames_to_arf, rc->gfu_boost);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 429 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in calc_iframe_target_size() 1012 …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 | 453 int gfu_boost; member
|
D | onyx_if.c | 3403 if ( cpi->gfu_boost <= 400 ) in encode_frame_to_data_rate() 3669 if (cpi->gfu_boost > 600) in encode_frame_to_data_rate() 3713 if ( cpi->gfu_boost > 1000 ) in encode_frame_to_data_rate() 3715 else if ( cpi->gfu_boost < 400 ) in encode_frame_to_data_rate() 4647 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate() 4668 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()
|