Home
last modified time | relevance | path

Searched refs:Boost (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/vp8/encoder/
Dratectrl.c403 int Boost = 0; in calc_gf_params() local
485 Boost = GFQ_ADJUSTMENT; in calc_gf_params()
488Boost = 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 …]
Dfirstpass.c1427 int Boost; in define_gf_group() local
1441 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() local
1598 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 …]
/external/protobuf/gtest/
DCHANGES11 * New feature: comes with a TR1 tuple implementation such that Boost
38 * Added support for using Boost and other TR1 implementations.
/external/zlib/contrib/dotzlib/
DLICENSE_1_0.txt1 Boost Software License - Version 1.0 - August 17th, 2003
Dreadme.txt57 Use, modification and distribution are subject to the Boost Software License, Version 1.0.
/external/gtest/
DCHANGES19 * Added support for using Boost and other TR1 implementations.
/external/webkit/WebCore/
DChangeLog1867 …https://bugs.webkit.org/show_bug.cgi?id=18926 - dt:after generate a line break. Boost documentatio…
DChangeLog-2008-08-1063071 …The atomic operations are based on those used by the Boost C++ library's shared_ptr implementation.
/external/bison/doc/
Dbison.texinfo7070 within pseudo-unions (similar to Boost variants) might be implemented to
Dbison.info6525 pseudo-unions (similar to Boost variants) might be implemented to