HomeSort by relevance Sort by last modified time
    Searched full:optimum (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 146 double HTMLMeterElement::optimum() const function in class:WebCore::HTMLMeterElement
148 double optimum = getFloatingPointAttribute(optimumAttr, (max() + min()) / 2); local
149 return std::min(std::max(optimum, min()), max());
152 void HTMLMeterElement::setOptimum(double optimum, ExceptionState& exceptionState)
154 if (!std::isfinite(optimum)) {
155 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(optimum));
158 setFloatingPointAttribute(optimumAttr, optimum);
166 double optimumValue = optimum();
169 // The optimum range stays under low
178 // The optimum range stays over hig
    [all...]
HTMLMeterElement.idl 26 [RaisesException=Setter] attribute double optimum;
HTMLMeterElement.h 57 double optimum() const;
HTMLAttributeNames.in 278 optimum
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 654 Optimal optimum = _optimum[repLen];
655 if (curAndLenPrice < optimum.Price)
657 optimum.Price = curAndLenPrice;
658 optimum.PosPrev = 0;
659 optimum.BackPrev = i;
660 optimum.Prev1IsChar = false;
678 Optimal optimum = _optimum[len];
679 if (curAndLenPrice < optimum.Price)
681 optimum.Price = curAndLenPrice;
682 optimum.PosPrev = 0;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 654 Optimal optimum = _optimum[repLen]; local
655 if (curAndLenPrice < optimum.Price)
657 optimum.Price = curAndLenPrice;
658 optimum.PosPrev = 0;
659 optimum.BackPrev = i;
660 optimum.Prev1IsChar = false;
678 Optimal optimum = _optimum[len]; local
679 if (curAndLenPrice < optimum.Price)
681 optimum.Price = curAndLenPrice;
682 optimum.PosPrev = 0;
866 Optimal optimum = _optimum[offset]; local
892 Optimal optimum = _optimum[cur + lenTest]; local
935 Optimal optimum = _optimum[cur + offset]; local
972 Optimal optimum = _optimum[cur + lenTest]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 413 cod_gain_frac = optimum codebook gain (fraction part), pointer type Word16
414 cod_gain_exp = optimum codebook gain (exponent part), pointer type Word16
420 cod_gain_frac points to the new optimum codebook gain (fraction part)
421 cod_gain_exp points to the new optimum codebook gain (exponent part)
439 Compute coefficients need for the quantization and the optimum
478 Word16 *cod_gain_frac,// o: optimum codebook gain (fraction part), Q15
479 Word16 *cod_gain_exp // o: optimum codebook gain (exponent part), Q0
602 Word16 *cod_gain_frac, /* o : optimum codebook gain (fraction part),Q15 */
603 Word16 *cod_gain_exp, /* o : optimum codebook gain (exponent part), Q0 */
712 en_exp = optimum codebook gain (exponent part) pointer to type Word1
    [all...]
calc_en.h 136 * Compute coefficients need for the quantization and the optimum
163 Word16 *cod_gain_frac,/* o: optimum codebook gain (fraction part), Q15 */
164 Word16 *cod_gain_exp, /* o: optimum codebook gain (exponent part), Q0 */
178 Word16 *en_exp, /* o: optimum codebook gain (exponent part), Q0 */
179 Word16 *en_frac, /* o: optimum codebook gain (fraction part), Q15 */
qgain475.h 118 * PURPOSE: use optimum codebook gain and update "unquantized"
127 Word16 cod_gain_exp, /* i : optimum codebook gain (exponent), Q0 */
128 Word16 cod_gain_frac, /* i : optimum codebook gain (fraction), Q15 */
  /external/chromium_org/third_party/opus/src/silk/
stereo_quant_pred.c 60 /* Error increasing, so we're past the optimum */
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MeterShadowElement.cpp 113 DEFINE_STATIC_LOCAL(AtomicString, optimumPseudoId, ("-webkit-meter-optimum-value", AtomicString::ConstructFromLiteral));
  /external/chromium_org/third_party/mesa/src/docs/
README.MITS 58 the optimum value will probably depend on the capabilities of
  /external/mesa3d/docs/
README.MITS 58 the optimum value will probably depend on the capabilities of
  /external/ceres-solver/internal/ceres/
dogleg_strategy.h 53 // This finds the exact optimum over the two-dimensional subspace
  /external/chromium/base/debug/
debugger_posix.cc 167 // should ask for advice from some NaCl experts about the optimum thing here.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/chromium/
AudioDestinationChromium.cpp 65 // The optimum low-latency hardware buffer size is usually too small on Android for WebAudio to
  /external/qemu/distrib/sdl-1.2.15/
README.NanoX 63 4. http://www.libsdl.org/projects/optimum/
  /external/bzip2/
bz-fo.xsl 137 space-after.optimum="0.4em"
261 <xsl:attribute name="space-before.optimum">
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
compat-queue.h 47 * macro for this purpose for optimum efficiency. A singly-linked list may
58 * should use the explicit macro for this purpose for optimum efficiency.
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 52 * macro for this purpose for optimum efficiency. A singly-linked list may
63 * should use the explicit macro for this purpose for optimum efficiency.
  /external/libgsm/src/
long_term.c 70 /* Search of the optimum scaling of d[0..39].
171 /* Search of the optimum scaling of d[0..39].
312 /* Search of the optimum scaling of d[0..39].
488 /* Search of the optimum scaling of d[0..39].
lpc.c 296 * give the optimum scaling for the constants:
  /external/chromium_org/base/debug/
debugger_posix.cc 214 // should ask for advice from some NaCl experts about the optimum thing here.
  /external/chromium_org/third_party/opus/src/celt/
entdec.c 45 is the base, longer than the theoretical optimum, but to my knowledge there
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SafeArrayList.java 53 * many situations and always better than CopyOnWriteArrayList. Optimum usage

Completed in 861 milliseconds

1 2 3 4 5 6