/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/ |
ios_state.hpp | 0 // Boost io/ios_state.hpp header file --------------------------------------// 4 // are subject to the Boost Software License, Version 1.0. (See accompanying 5 // file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.) 7 // See <http://www.boost.org/libs/io/> for the library's home page. 12 #include <boost/io_fwd.hpp> // self include 13 #include <boost/detail/workaround.hpp> 24 namespace boost namespace 436 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
debug.ipp | 3 // Boost Software License, Version 1.0. (See accompanying file 4 // http://www.boost.org/LICENSE_1_0.txt) 6 // See http://www.boost.org/libs/test for the library home page. 18 // Boost.Test 19 #include <boost/test/detail/config.hpp> 20 #include <boost/test/detail/workaround.hpp> 21 #include <boost/test/detail/global_typedef.hpp> 23 #include <boost/test/debug.hpp> 24 #include <boost/test/debug_config.hpp> 55 // Boost.Tes [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
ratectrl.c | 343 /* boost defaults to half second */ 381 /* Boost depends somewhat on frame rate: only used for 1 layer case. */ 443 int Boost = 0; 512 Boost = IIAccumulator*100.0/16.0; 521 /* Adjust boost based upon ambient Q */ 522 Boost = GFQ_ADJUSTMENT; 525 Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100; 527 /* Adjust gf boost based upon GF usage since last GF */ 528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100 [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 343 /* boost defaults to half second */ 381 /* Boost depends somewhat on frame rate: only used for 1 layer case. */ 443 int Boost = 0; 512 Boost = IIAccumulator*100.0/16.0; 521 /* Adjust boost based upon ambient Q */ 522 Boost = GFQ_ADJUSTMENT; 525 Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100; 527 /* Adjust gf boost based upon GF usage since last GF */ 528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ratectrl.c | 343 /* boost defaults to half second */ 381 /* Boost depends somewhat on frame rate: only used for 1 layer case. */ 443 int Boost = 0; 512 Boost = IIAccumulator*100.0/16.0; 521 /* Adjust boost based upon ambient Q */ 522 Boost = GFQ_ADJUSTMENT; 525 Boost = Boost * gf_intra_usage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100; 527 /* Adjust gf boost based upon GF usage since last GF */ 528 Boost = Boost * gf_adjust_table[gf_frame_useage] / 100 [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiAutoJoinController.java | 593 int aRssiBoost5 = 0; // 5GHz RSSI boost to apply for purpose band selection (5GHz pref) 594 int bRssiBoost5 = 0; // 5GHz RSSI boost to apply for purpose band selection (5GHz pref) 603 * Calculate a boost to apply to RSSI value of configuration we want to join on 5GHz: 604 * Boost RSSI value of 5GHz bands iff the base value is better than threshold, 626 // If both a and b are on 5GHz then we don't apply the 5GHz RSSI boost to either 628 // since the 5GHz RSSI boost can introduce large fluctuations 631 // If only a is on 5GHz, then apply the 5GHz preference boost to a 640 // If both a and b are on 5GHz then we don't apply the 5GHz RSSI boost to either 642 // since the 5GHz RSSI boost can introduce large fluctuations 645 // If only b is on 5GHz, then apply the 5GHz preference boost to 956 int boost = mWifiConfigStore.bandPreferenceBoostFactor5 local 972 int boost = mWifiConfigStore.bandPreferencePenaltyFactor5 local 1546 int boost = config.autoJoinUseAggressiveJoinAttemptThreshold + weakRssiBailCount; local [all...] |
/external/chromium_org/ash/display/ |
event_transformation_handler.cc | 24 // Boost factor for non-integrated displays.
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
README.txt | 21 - Microphone Boost control is not supported on Windows Vista or Windows 7.
|
/external/zlib/src/contrib/dotzlib/ |
LICENSE_1_0.txt | 0 Boost Software License - Version 1.0 - August 17th, 2003
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Private.h | 158 Biquad_2I_Order1_Taps_t TrebleBoost_Taps; /* Treble boost Taps */ 165 Biquad_Instance_t TrebleBoost_State; /* State for the treble boost filter */ 219 LVM_TE_Data_t *pTE_Taps; /* Treble boost Taps */ 220 LVM_TE_Coefs_t *pTE_State; /* State for the treble boost filter */
|
/hardware/qcom/power/ |
power.c | 70 ALOGE("%s: boost socket not created", __func__); 96 ALOGE("%s: boost socket not created", __func__); 121 ALOGE("%s: boost socket not created", __func__); 153 ALOGE("%s: boost socket not created", __func__);
|
/ndk/tests/device/issue42891-boost-1_52/ |
COPYING | 0 Boost Software License - Version 1.0 - August 17th, 2003
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/stdlib/ |
libstdcpp3.hpp | 4 // Boost Software License, Version 1.0. (See accompanying file 5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 7 // See http://www.boost.org for most recent version. 40 // If the std lib has thread support turned on, then turn it on in Boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
reverse_fold_impl.hpp | 4 // Distributed under the Boost Software License, Version 1.0. 6 // http://www.boost.org/LICENSE_1_0.txt) 9 // Preprocessed version of "boost/mpl/aux_/reverse_fold_impl.hpp" header 12 namespace boost { namespace mpl { namespace aux { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/ |
dec.hpp | 5 # * Distributed under the Boost Software License, Version 1.0. (See 7 # * http://www.boost.org/LICENSE_1_0.txt) 12 # /* See http://www.boost.org for most recent version. */ 17 # include <boost/preprocessor/config/config.hpp>
|
inc.hpp | 5 # * Distributed under the Boost Software License, Version 1.0. (See 7 # * http://www.boost.org/LICENSE_1_0.txt) 12 # /* See http://www.boost.org for most recent version. */ 17 # include <boost/preprocessor/config/config.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/logical/ |
bool.hpp | 5 # * Distributed under the Boost Software License, Version 1.0. (See 7 # * http://www.boost.org/LICENSE_1_0.txt) 12 # /* See http://www.boost.org for most recent version. */ 17 # include <boost/preprocessor/config/config.hpp>
|
/packages/apps/MusicFX/res/values/ |
strings.xml | 25 <string name="bass_boost_strength">Bass boost</string>
|
/external/chromium_org/base/ |
move.h | 121 // and l-values equially which is unexpected. See COMPARED To Boost.Move for 125 // Boost.Move makes RValue a fieldless child of the move-only type. RValue& 163 // COMPARED TO Boost.Move 165 // Our implementation similar to Boost.Move, but we keep the RValue struct 168 // In Boost.Move, RValue is the boost::rv<> template. This type can be used 171 // void MyFunc(boost::rv<Foo>& f)
|
/external/chromium_org/third_party/webrtc/base/ |
move.h | 127 // and l-values equially which is unexpected. See COMPARED To Boost.Move for 131 // Boost.Move makes RValue a fieldless child of the move-only type. RValue& 159 // COMPARED TO Boost.Move 161 // Our implementation similar to Boost.Move, but we keep the RValue struct 164 // In Boost.Move, RValue is the boost::rv<> template. This type can be used 167 // void MyFunc(boost::rv<Foo>& f)
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
move.h | 129 // and l-values equially which is unexpected. See COMPARED To Boost.Move for 133 // Boost.Move makes RValue a fieldless child of the move-only type. RValue& 171 // COMPARED TO Boost.Move 173 // Our implementation similar to Boost.Move, but we keep the RValue struct 176 // In Boost.Move, RValue is the boost::rv<> template. This type can be used 179 // void MyFunc(boost::rv<Foo>& f)
|
/external/stlport/ |
configure | 40 --with-boost=<dir> use boost headers in catalog <dir> 41 --with-system-boost use boost installed on this system 110 # write_option "${PWD}/external/boost" BOOST_DIR 170 --with-boost=*) 173 --with-system-boost)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/ |
for.hpp | 5 # * Distributed under the Boost Software License, Version 1.0. (See 7 # * http://www.boost.org/LICENSE_1_0.txt) 12 # /* See http://www.boost.org for most recent version. */ 17 # include <boost/preprocessor/cat.hpp> 18 # include <boost/preprocessor/debug/error.hpp> 19 # include <boost/preprocessor/detail/auto_rec.hpp> 36 # include <boost/preprocessor/repetition/detail/edg/for.hpp> 38 # include <boost/preprocessor/repetition/detail/msvc/for.hpp> 40 # include <boost/preprocessor/repetition/detail/dmc/for.hpp> 42 # include <boost/preprocessor/repetition/detail/for.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
basic_cstring.hpp | 2 // Distributed under the Boost Software License, Version 1.0. 4 // http://www.boost.org/LICENSE_1_0.txt) 6 // See http://www.boost.org/libs/test for the library home page. 19 // Boost.Test 20 #include <boost/test/utils/basic_cstring/basic_cstring_fwd.hpp> 21 #include <boost/test/utils/basic_cstring/bcs_char_traits.hpp> 26 #include <boost/test/detail/suppress_warnings.hpp> 30 namespace boost { namespace 725 } // namespace boost 729 #include <boost/test/detail/enable_warnings.hpp [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 25 short boost = *zbin_boost_ptr; \ 26 int cmp = (x[z] < boost) | (y[z] == 0); \ 78 /* In C x is compared to zbin where zbin = zbin[] + boost + extra. Rebalance 79 * the equation because boost is the only value which can change: 80 * x - (zbin[] + extra) >= boost */
|