HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 901 - 925 of 1448) sorted by null

<<31323334353637383940>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
elem.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See *
7 # * http://www.boost.org/LICENSE_1_0.txt) *
11 # /* See http://www.boost.org for most recent version. */
16 # include <boost/preprocessor/cat.hpp>
17 # include <boost/preprocessor/config/config.hpp>
  /frameworks/base/media/java/android/media/
MediaFormat.java 72 * <tr><td>{@link #KEY_AAC_DRC_BOOST_FACTOR}</td><td>Integer</td><td><b>decoder-only</b>, optional, if content is AAC audio, specifies the DRC boost factor.</td></tr>
341 * A key describing the boost factor allowing to adapt the dynamics of the output to the
345 * <p>Positive gains (boost) and negative gains (attenuation, see
348 * <p>Typically, attenuation gains are sent for loud signal segments, and boost gains are sent
350 * the boost factor is used to enable the positive gains, i.e. to amplify soft signal segments
353 * the listener. In applications which generally need a low dynamic range, both the boost factor
357 * <p>Both the boost and the attenuation factor parameters are given as integer values
359 * to 1 (i.e. fully apply boost/attenuation factors respectively).
362 public static final String KEY_AAC_DRC_BOOST_FACTOR = "aac-drc-boost-level";
384 * boost and attenuation factors, and frequency-selective (multiband) DRC
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 1672 int boost = (rc->gfu_boost * gfboost_qadjust(q)) \/ 100; local
1758 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 1671 int boost = (rc->gfu_boost * gfboost_qadjust(q)) \/ 100; local
1757 const int boost = rc->source_alt_ref_pending ? b_boost : rc->gfu_boost; local
    [all...]
  /external/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /frameworks/av/media/libstagefright/codecs/aacdec/
DrcPresModeWrap.cpp 346 ALOGV("DRC presentation mode wrapper: forced boost factor to %d (from %d)\n",
349 ALOGV("DRC presentation mode wrapper: set boost factor to %d\n", newBoostFactor);
366 ALOGV("DRC config: tgt_lev: %3d, cut: %3d, boost: %3d, heavy: %d\n", newTarget,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
binary.hpp 4 Use, modification and distribution is subject to the Boost Software
6 http://www.boost.org/LICENSE_1_0.txt)
19 Boost.Preprocessor sequence, then converting groupings of 3 bits each into
26 #include <boost/preprocessor/control/deduce_d.hpp>
27 #include <boost/preprocessor/facilities/identity.hpp>
28 #include <boost/preprocessor/cat.hpp>
29 #include <boost/preprocessor/seq/cat.hpp>
30 #include <boost/preprocessor/seq/transform.hpp>
31 #include <boost/preprocessor/arithmetic/mod.hpp>
32 #include <boost/preprocessor/seq/size.hpp
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_limits.c 149 /* The following code has been extracted from the boost libraries (www.boost.org) and
212 /* Former values kept in case moving to boost code has introduce a regression on
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 1747 int boost = local
    [all...]
  /external/chromium_org/base/
template_util.h 89 // Used to determine if a type is a struct/union/class. Inspired by Boost's
  /external/chromium_org/sdch/open-vcdiff/src/
compile_assert.h 41 // is what differentiates VCD_COMPILE_ASSERT from Boost static asserts.
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingWin.cpp 34 * of modern attempts. There are several more or less proven implementations, one in Boost C++ library (http://www.boost.org) and another
44 * The early Boost implementation (http://www.boxbackup.org/trac/browser/box/nick/win/lib/win32/boost_1_32_0/libs/thread/src/condition.cpp?rev=30)
46 * Current Boost uses yet another (although seemingly equivalent) algorithm which came from their 'thread rewrite' effort.
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
template_util.h 77 // Used to determine if a type is a struct/union/class. Inspired by Boost's
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 74 // Used to determine if a type is a struct/union/class. Inspired by Boost's
  /external/chromium_org/third_party/webrtc/base/
template_util.h 79 // Used to determine if a type is a struct/union/class. Inspired by Boost's
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.h 89 // Microphone boost control
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.h 110 // Microphone boost control
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
template_util.h 81 // Used to determine if a type is a struct/union/class. Inspired by Boost's
  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 56 // Reduced from a Boost failure.
  /external/oprofile/libutil++/
string_manip.h 84 * Note that this is not as foolproof as boost's lexical_cast

Completed in 1740 milliseconds

<<31323334353637383940>>