Home
last modified time | relevance | path

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

123

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c384 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 …]
Dfirstpass.c1822 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/
DCMakeLists.txt2 find_package(Boost)
/external/parameter-framework/asio-1.10.6/
DCOPYING3 Distributed under the Boost Software License, Version 1.0. (See accompanying
DLICENSE_1_0.txt1 Boost Software License - Version 1.0 - August 17th, 2003
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dbuffer_sequence_adapter.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_event.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_mutex.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_tss_ptr.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dthrow_error.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dposix_thread.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Dpipe_select_interrupter.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/eigen/bench/btl/libs/blaze/
DCMakeLists.txt3 find_package(Boost COMPONENTS system)
/external/catch2/projects/XCode/OCTest/OCTest/
DTestObj.m8 // Distributed under the Boost Software License, Version 1.0. (See accompanying
DOCTest.mm8 * Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/bcc/cmake/
DGetGitRevisionDescription.cmake.in12 # Distributed under the Boost Software License, Version 1.0.
/external/eigen/test/
DCMakeLists.txt342 find_package(Boost)
346 ei_add_property(EIGEN_TESTED_BACKENDS "Boost.Multiprecision, ")
348 ei_add_property(EIGEN_MISSING_BACKENDS "Boost.Multiprecision, ")
/external/webrtc/talk/
DLICENSE_THIRD_PARTY17 Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt21 - Microphone Boost control is not supported on Windows Vista or Windows 7.
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dhandler_alloc_hook.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
Derror_code.ipp7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
/external/zlib/src/contrib/dotzlib/
DLICENSE_1_0.txt1 Boost Software License - Version 1.0 - August 17th, 2003
/external/catch2/
DLICENSE1 Boost Software License - Version 1.0 - August 17th, 2003
DLICENSE.txt1 Boost Software License - Version 1.0 - August 17th, 2003
/external/kotlinc/license/third_party/
Dboost_LICENSE.txt1 Boost Software License - Version 1.0 - August 17th, 2003

123