Searched refs:Boost (Results 1 – 10 of 10) sorted by relevance
403 int Boost = 0; in calc_gf_params() local485 Boost = GFQ_ADJUSTMENT; in calc_gf_params()488 …Boost = Boost * vp8_gf_intra_useage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_fr… in calc_gf_params()491 Boost = Boost * vp8_gf_adjust_table[gf_frame_useage] / 100; in calc_gf_params()499 Boost = Boost / 2; in calc_gf_params()503 if (Boost > vp8_kf_gf_boost_qlimits[Q] && (cpi->pass == 0)) in calc_gf_params()504 Boost = vp8_kf_gf_boost_qlimits[Q]; in calc_gf_params()507 else if (Boost < 110) in calc_gf_params()508 Boost = 110; in calc_gf_params()511 cpi->last_boost = Boost; in calc_gf_params()[all …]
1427 int Boost; in define_gf_group() local1441 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()1442 Boost += (cpi->baseline_gf_interval * 50); in define_gf_group()1443 allocation_chunks = (i * 100) + Boost; in define_gf_group()1446 while (Boost > 1000) in define_gf_group()1448 Boost /= 2; in define_gf_group()1453 arf_frame_bits = (int)((double)Boost * (group_bits / (double)allocation_chunks)); in define_gf_group()1590 int Boost; in define_gf_group() local1598 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group()1600 Boost += (cpi->baseline_gf_interval * 50); in define_gf_group()[all …]
11 * New feature: comes with a TR1 tuple implementation such that Boost38 * Added support for using Boost and other TR1 implementations.
1 Boost Software License - Version 1.0 - August 17th, 2003
57 Use, modification and distribution are subject to the Boost Software License, Version 1.0.
19 * Added support for using Boost and other TR1 implementations.
1867 …https://bugs.webkit.org/show_bug.cgi?id=18926 - dt:after generate a line break. Boost documentatio…
63071 …The atomic operations are based on those used by the Boost C++ library's shared_ptr implementation.
7070 within pseudo-unions (similar to Boost variants) might be implemented to
6525 pseudo-unions (similar to Boost variants) might be implemented to