Searched refs:Boost (Results 1 – 20 of 20) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 443 int Boost = 0; in calc_gf_params() local 522 Boost = GFQ_ADJUSTMENT; in calc_gf_params() 525 …Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_p… in calc_gf_params() 528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100; in calc_gf_params() 538 Boost = Boost / 2; in calc_gf_params() 542 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0)) in calc_gf_params() 543 Boost = kf_gf_boost_qlimits[Q]; in calc_gf_params() 546 else if (Boost < 110) in calc_gf_params() 547 Boost = 110; in calc_gf_params() 550 cpi->last_boost = Boost; in calc_gf_params() [all …]
|
D | firstpass.c | 1958 int Boost; in define_gf_group() local 1982 Boost = (alt_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group() 1984 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 1986 Boost += (i * 50); in define_gf_group() 1989 if (Boost > ((cpi->baseline_gf_interval + 1) * 200)) in define_gf_group() 1990 Boost = ((cpi->baseline_gf_interval + 1) * 200); in define_gf_group() 1991 else if (Boost < 125) in define_gf_group() 1992 Boost = 125; in define_gf_group() 1994 allocation_chunks = (i * 100) + Boost; in define_gf_group() 1997 while (Boost > 1000) in define_gf_group() [all …]
|
/external/eigen/bench/btl/libs/ublas/ |
D | CMakeLists.txt | 2 find_package(Boost)
|
/external/protobuf/gtest/ |
D | CHANGES | 33 * New feature: comes with a TR1 tuple implementation such that Boost 60 * Added support for using Boost and other TR1 implementations.
|
/external/zlib/src/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
D | readme.txt | 57 Use, modification and distribution are subject to the Boost Software License, Version 1.0.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 21 Boost is currently not used because it hasn't been necessary and it's best to keep things simple. 36 Other code should follow Gallium/Linux/POSIX/STL/Boost naming conventions:
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 65 * New feature: comes with a TR1 tuple implementation such that Boost 92 * Added support for using Boost and other TR1 implementations.
|
/external/gtest/ |
D | CHANGES | 92 * New feature: comes with a TR1 tuple implementation such that Boost 119 * Added support for using Boost and other TR1 implementations.
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 92 * New feature: comes with a TR1 tuple implementation such that Boost 119 * Added support for using Boost and other TR1 implementations.
|
/external/webrtc/ |
D | NOTICE | 71 /*Boost Software License - Version 1.0 - August 17th, 2003 98 // Distributed under the Boost Software License, Version 1.0.
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 59 more dependency on Boost!).
|
D | README | 264 If you want to use Boost's TR1 tuple library with Google Mock, please 265 refer to the Boost website (http://www.boost.org/) for how to obtain
|
/external/valgrind/ |
D | glibc-2.X-drd.supp | 285 # boost/thread/pthread/once.hpp in the Boost source tree
|
D | configure.ac | 2656 # There now follow some tests for Boost, and OpenMP. These 2662 # in a situation (eg) where, on amd64-linux, the test for Boost checks 2663 # for usable 64-bit Boost facilities, but because we are doing a 32-bit 2665 # of the regtest programs that use Boost fails, because they are 2673 # The Boost.Threads library has undergone a major rewrite in version 1.35.0.
|
D | NEWS | 2718 - Support for several major threading libraries (Boost.Thread, Qt4,
|
/external/valgrind/docs/internals/ |
D | 3_7_BUGSTATUS.txt | 111 294861 ./configure fails to locate Boost (located in /usr/local)
|
D | 3_8_BUGSTATUS.txt | 96 306171 Boost.Context appears to cause Valgrind to crash
|
/external/bison/doc/ |
D | bison.texi | 9718 within pseudo-unions (similar to Boost variants) might be implemented to
|
D | bison.info | 9178 pseudo-unions (similar to Boost variants) might be implemented to
|