HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 1 - 24 of 24) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
array_fwd.hpp 7 // Distributed under the Boost Software License, Version 1.0. (See accompanying
8 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
17 namespace boost { namespace
22 } // namespace boost
  /external/clang/test/PCH/Inputs/
typo.hpp 1 namespace boost { namespace
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
constants.hpp 0 /*Boost Software License - Version 1.0 - August 17th, 2003
26 namespace boost { namespace
spreadsort.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/ for updates, documentation, and revision history.
29 namespace boost { namespace
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerThreadPriorityBooster.java 51 public void boost() { method in class:WindowManagerThreadPriorityBooster
53 // Do not boost the animation thread. As the animation thread is changing priorities,
58 super.boost();
64 // See comment in boost().
WindowManagerService.java     [all...]
  /frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
TestTarget.java 21 public static void boost() { method in class:TestTarget
  /frameworks/base/services/core/java/com/android/server/
ThreadPriorityBooster.java 24 * Utility class to boost threads in sections where important locks are held.
42 public void boost() { method in class:ThreadPriorityBooster
68 * Updates the priority we boost the threads to, and updates the current thread's priority if
88 * the current thread is currently in. When it drops down to zero, we will no longer boost
  /external/clang/test/Analysis/
cxx11-crashes.cpp 15 namespace boost {namespace filesystem3 { namespace
22 namespace boost namespace
31 namespace fs = boost::filesystem;
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 46 namespace boost { namespace
50 template<typename T> typename boost::enable_if<sizeof(T) == 4, int>::type if_size_4(); // expected-note{{candidate template ignored: disabled by 'enable_if' [with T = char]}}
54 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {};
64 typename boost::enable_if<sizeof(T) == 4, int>::type f(); // expected-error{{no type named 'type' in 'boost::enable_if<false, int>'; 'enable_if' cannot be used to disable this declaration}}
  /external/eigen/test/
boostmultiprec.cpp 66 #include <boost/multiprecision/cpp_dec_float.hpp>
67 #include <boost/multiprecision/number.hpp>
68 #include <boost/math/special_functions.hpp>
69 #include <boost/math/complex.hpp>
71 namespace mp = boost::multiprecision;
80 struct NumTraits<boost::multiprecision::detail::expression<T1,T2,T3,T4,T5> > : NumTraits<Real> {};
103 namespace boost { namespace
106 using boost::math::isfinite;
107 using boost::math::isnan;
108 using boost::math::isinf
    [all...]
  /external/freetype/src/cff/
cf2blues.h 58 * Boost.
160 CF2_Fixed boost; member in struct:CF2_BluesRec_
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.h 58 * Boost.
160 CF2_Fixed boost; member in struct:CF2_BluesRec_
  /device/google/dragon/audio/hal/
cras_dsp_mod_builtin.c 354 float boost = *data->ports[k+7]; local
363 drc_set_param(drc, i, PARAM_POST_GAIN, boost);
  /external/aac/libAACdec/src/
aacdec_drc_types.h 138 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon12912
139 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 63 // full boost, full cut, target ref level: -23dBFS, heavy compression: no
91 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
106 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
121 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
267 int boost; // scaling of boosting gains field in class:DecoderTestAacDrc.DrcParams
273 this.boost = 127; // no scaling
279 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
280 this.boost = boost;
322 configFormat.setInteger(MediaFormat.KEY_AAC_DRC_BOOST_FACTOR, drcParams.boost);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 185 unsigned boost = atoi(value); local
186 ALOGV("AAC decoder using desired DRC boost factor of %d instead of %d", boost,
188 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost);
    [all...]
  /external/libopus/celt/
celt_decoder.c 924 int boost; local
930 boost = 0;
931 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
938 boost += quanta;
942 offsets[i] = boost;
944 if (boost>0)
    [all...]
celt_encoder.c 363 /* Arbitrary metric for VBR boost */
1024 int boost; local
1036 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
1037 boost_bits = boost*width<<BITRES;
1039 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
1040 boost_bits = (boost*width<<BITRES)/8;
1042 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
1043 boost_bits = boost*6<<BITRES;
1054 offsets[i] = boost;
1852 int boost; local
    [all...]
  /external/libvorbis/lib/
vorbisenc.c 71 float boost; member in struct:__anon24540
348 p->tone_centerboost=att[is].boost*(1.-ds)+att[is+1].boost*ds;
412 /* impulse blocks may take a user specified bias to boost the
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 2145 int boost = (cpi->source_alt_ref_pending) ? b_boost : cpi->gfu_boost; local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
hibernate-annotations.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 458 * Priority we boost main thread and RT of top app to.
    [all...]

Completed in 987 milliseconds