Searched refs:Boost (Results 1 – 25 of 72) sorted by relevance
123
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 384 int Boost = 0; in calc_gf_params() local 463 Boost = GFQ_ADJUSTMENT; in calc_gf_params() 466 Boost = Boost * in calc_gf_params() 473 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100; in calc_gf_params() 481 if (cpi->compressor_speed == 2) Boost = Boost / 2; in calc_gf_params() 485 if (Boost > kf_gf_boost_qlimits[Q] && (cpi->pass == 0)) { in calc_gf_params() 486 Boost = kf_gf_boost_qlimits[Q]; in calc_gf_params() 489 } else if (Boost < 110) { in calc_gf_params() 490 Boost = 110; in calc_gf_params() 494 cpi->last_boost = Boost; in calc_gf_params() [all …]
|
D | firstpass.c | 1822 int Boost; in define_gf_group() local 1846 Boost = (alt_boost * GFQ_ADJUSTMENT) / 100; in define_gf_group() 1848 Boost = (cpi->gfu_boost * 3 * GFQ_ADJUSTMENT) / (2 * 100); in define_gf_group() 1850 Boost += (i * 50); in define_gf_group() 1853 if (Boost > ((cpi->baseline_gf_interval + 1) * 200)) { in define_gf_group() 1854 Boost = ((cpi->baseline_gf_interval + 1) * 200); in define_gf_group() 1855 } else if (Boost < 125) { in define_gf_group() 1856 Boost = 125; in define_gf_group() 1859 allocation_chunks = (i * 100) + Boost; in define_gf_group() 1862 while (Boost > 1000) { in define_gf_group() [all …]
|
/external/eigen/bench/btl/libs/ublas/ |
D | CMakeLists.txt | 2 find_package(Boost)
|
/external/parameter-framework/asio-1.10.6/ |
D | COPYING | 3 Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | buffer_sequence_adapter.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_mutex.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_event.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_tss_ptr.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | throw_error.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | posix_thread.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | pipe_select_interrupter.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/eigen/bench/btl/libs/blaze/ |
D | CMakeLists.txt | 3 find_package(Boost COMPONENTS system)
|
/external/catch2/projects/XCode/OCTest/OCTest/ |
D | TestObj.m | 8 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | OCTest.mm | 8 * Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/bcc/cmake/ |
D | GetGitRevisionDescription.cmake.in | 12 # Distributed under the Boost Software License, Version 1.0.
|
/external/eigen/test/ |
D | CMakeLists.txt | 342 find_package(Boost) 346 ei_add_property(EIGEN_TESTED_BACKENDS "Boost.Multiprecision, ") 348 ei_add_property(EIGEN_MISSING_BACKENDS "Boost.Multiprecision, ")
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | handler_alloc_hook.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
D | error_code.ipp | 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | README.txt | 21 - Microphone Boost control is not supported on Windows Vista or Windows 7.
|
/external/kotlinc/license/third_party/ |
D | boost_LICENSE.txt | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
/external/catch2/ |
D | LICENSE.txt | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
D | NOTICE | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
D | LICENSE | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
/external/zlib/src/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 1 Boost Software License - Version 1.0 - August 17th, 2003
|
123