Searched defs:boost (Results 1 - 23 of 23) sorted by path

/external/aac/libAACdec/src/
H A Daacdec_drc_types.h138 FIXP_DBL boost; /* The boost scale factor currently used. */ member in struct:__anon11
139 FIXP_DBL usrBoost; /* The latest boost scale factor set by user. */
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer.cc54 Group(size_t max_results, double boost) argument
56 boost_(boost) {
78 double boost = boost_; local
84 boost = 4.0;
87 boost = 3.75;
90 boost = 3.25;
93 boost = 3.0;
103 (*result_it)->relevance() + boost));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c1538 /* Update the motion related elements to the GF arf boost calculation */
1584 /* Calculate a baseline boost number for the current frame. */
1592 /* Underlying boost factor is based on inter intra error ratio */
1600 /* Increase boost for frames where new data coming into frame
1601 * (eg zoom out). Slightly reduce boost if there is a net balance
1607 /* In extreme case boost is halved */
1645 /* Update the motion related elements to the boost calculation */
1650 /* Calculate the baseline boost number for this frame */
1696 /* Update the motion related elements to the boost calculation */
1701 /* Calculate the baseline boost numbe
2300 int boost = (cpi->source_alt_ref_pending) local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1168 // Update the motion related elements to the GF arf boost calculation.
1203 // Underlying boost factor is based on inter error ratio.
1208 // Increase boost for frames where new data coming into frame (e.g. zoom out).
1209 // Slightly reduce boost if there is a net balance of motion out of the frame
1213 // In the extreme case the boost is halved.
1240 // Update the motion related elements to the boost calculation.
1279 // Update the motion related elements to the boost calculation.
1359 int boost, int64_t total_group_bits) {
1363 if (!boost || (total_group_bits <= 0) || (frame_count <= 0) )
1366 allocation_chunks = (frame_count * 100) + boost;
1358 calculate_boost_bits(int frame_count, int boost, int64_t total_group_bits) argument
1747 int boost = local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c853 int boost; local
859 boost = 0;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
867 boost += quanta;
871 offsets[i] = boost;
873 if (boost>0)
H A Dcelt_encoder.c366 /* Arbitrary metric for VBR boost */
966 int boost; local
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
979 boost_bits = boost*width<<BITRES;
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
982 boost_bits = (boost*width<<BITRES)/8;
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
985 boost_bits = boost*6<<BITRES;
996 offsets[i] = boost;
1179 /* Apply transient boost, compensatin
1780 int boost; local
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp26 namespace boost { namespace
H A Dspreadsort.hpp6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/ for updates, documentation, and revision history.
24 namespace boost { namespace
/external/clang/test/Analysis/
H A Dcxx11-crashes.cpp16 namespace boost {namespace filesystem3 { namespace
23 namespace boost namespace
32 namespace fs = boost::filesystem;
/external/clang/test/PCH/Inputs/
H A Dtypo.hpp1 namespace boost { namespace
/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp44 namespace boost { namespace
48 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]}}
52 template<typename Cond, typename T = void> struct enable_if : boost::enable_if<Cond::value, T> {};
62 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/cff/
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/libopus/celt/
H A Dcelt_decoder.c853 int boost; local
859 boost = 0;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
867 boost += quanta;
871 offsets[i] = boost;
873 if (boost>0)
H A Dcelt_encoder.c366 /* Arbitrary metric for VBR boost */
966 int boost; local
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
979 boost_bits = boost*width<<BITRES;
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
982 boost_bits = (boost*width<<BITRES)/8;
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
985 boost_bits = boost*6<<BITRES;
996 offsets[i] = boost;
1179 /* Apply transient boost, compensatin
1780 int boost; local
[all...]
/external/libvorbis/lib/
H A Dvorbisenc.c71 float boost; member in struct:__anon24758
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
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1538 /* Update the motion related elements to the GF arf boost calculation */
1584 /* Calculate a baseline boost number for the current frame. */
1592 /* Underlying boost factor is based on inter intra error ratio */
1600 /* Increase boost for frames where new data coming into frame
1601 * (eg zoom out). Slightly reduce boost if there is a net balance
1607 /* In extreme case boost is halved */
1645 /* Update the motion related elements to the boost calculation */
1650 /* Calculate the baseline boost number for this frame */
1696 /* Update the motion related elements to the boost calculation */
1701 /* Calculate the baseline boost numbe
2300 int boost = (cpi->source_alt_ref_pending) local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1119 // Update the motion related elements to the GF arf boost calculation.
1155 // Calculate a baseline boost number for the current frame.
1160 // Underlying boost factor is based on inter intra error ratio.
1168 // Increase boost for frames where new data coming into frame (e.g. zoom out).
1169 // Slightly reduce boost if there is a net balance of motion out of the frame
1173 // In the extreme case the boost is halved.
1200 // Update the motion related elements to the boost calculation.
1237 // Update the motion related elements to the boost calculation.
1463 // bits to spare and are better with a smaller interval and smaller boost.
1488 // Update the motion related elements to the boost calculatio
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...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2blues.h160 CF2_Fixed boost; member in struct:CF2_BluesRec_
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dconstants.hpp26 namespace boost { namespace
H A Dspreadsort.hpp6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/ for updates, documentation, and revision history.
24 namespace boost { namespace

Completed in 753 milliseconds