Searched refs:gfu_boost (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1926 cpi->gfu_boost = (int)(boost_score * 100.0) >> 4;
1949 (cpi->gfu_boost > 100) &&
1951 (ARF_DECAY_THRESH + (cpi->gfu_boost / 200))) )
1963 cpi->gfu_boost = alt_boost;
1980 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100);
2160 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100);
2177 Boost = (cpi->gfu_boost * GFQ_ADJUSTMENT) / 100;
2299 ? b_boost : cpi->gfu_boost;
2301 int boost = cpi->gfu_boost;
H A Dratectrl.c437 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
1005 cpi->common.current_video_frame, cpi->gfu_boost, GFQ_ADJUSTMENT, cpi->gfu_boost, gf_frame_useage);
H A Donyx_int.h449 int gfu_boost; member in struct:VP8_COMP
H A Donyx_if.c3393 if ( cpi->gfu_boost <= 400 )
3658 if (cpi->gfu_boost > 600)
3702 if ( cpi->gfu_boost > 1000 )
3704 else if ( cpi->gfu_boost < 400 )
4637 cm->frame_type, cpi->gfu_boost,
4659 cm->frame_type, cpi->gfu_boost,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h494 int gfu_boost; member in struct:VP9_COMP
H A Dvp9_onyx_if.c2767 if (cpi->gfu_boost > high) {
2769 } else if (cpi->gfu_boost < low) {
2773 const int offset = high - cpi->gfu_boost;
2790 if (cpi->gfu_boost > high) {
2792 } else if (cpi->gfu_boost < low) {
2796 const int offset = high - cpi->gfu_boost;
3319 cm->frame_type, cpi->gfu_boost,
3349 cm->frame_type, cpi->gfu_boost,
3646 cpi->gfu_boost);
H A Dvp9_firstpass.c1767 cpi->gfu_boost = calc_arf_boost(cpi, 0, (i - 1), (i - 1), &f_boost, &b_boost);
1777 cpi->gfu_boost = (int)boost_score;
1874 int boost = (cpi->gfu_boost * vp9_gfboost_qadjust(q)) / 100;
1968 const int boost = cpi->source_alt_ref_pending ? b_boost : cpi->gfu_boost;

Completed in 114 milliseconds