Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1408 cpi->gfu_boost = (int)(boost_score * 100.0) >> 4; in define_gf_group()
1418 (cpi->gfu_boost > 100) && in define_gf_group()
1422 (cpi->gf_decay_rate <= (ARF_DECAY_THRESH + (cpi->gfu_boost / 200))) in define_gf_group()
1441 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()
1598 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()
1615 Boost = (cpi->gfu_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group()
1705 if ((cpi->gfu_boost > 150) && (cpi->baseline_gf_interval > 5)) in define_gf_group()
1707 int pct_extra = (cpi->gfu_boost - 100) / 50; in define_gf_group()
1913 int pct_extra = (cpi->gfu_boost - 100) / 50; in vp8_second_pass()
Dratectrl.c393 …cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_p… in vp8_calc_auto_iframe_target_size()
1059 …cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage); in vp8_calc_pframe_target_size()
Donyx_int.h460 int gfu_boost; member
Donyx_if.c3704 if ( cpi->gfu_boost > 1000 ) in encode_frame_to_data_rate()
3706 else if ( cpi->gfu_boost < 400 ) in encode_frame_to_data_rate()
3722 if (cpi->gfu_boost > 600) in encode_frame_to_data_rate()
4444 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()
4462 cm->frame_type, cpi->gfu_boost, in encode_frame_to_data_rate()