HomeSort by relevance Sort by last modified time
    Searched full:fractional (Results 51 - 75 of 385) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java 109 * Converts nanoseconds into (fractional) seconds.
  /external/skia/samplecode/
SampleCircle.cpp 8 // fractional, and the impl computes the center and radii, and uses them to
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 128 Word16 max_frac_lag; /* lag up to which fractional lags are used */
130 Word16 first_frac; /* first fractional to check */
131 Word16 last_frac; /* last fractional to check */
134 Word16 delta_frc_low; /* fractional below T0 */
135 Word16 delta_frc_range; /* fractional range around T0 */
449 frac = pointer to starting point of search fractional pitch of type Word16
471 PURPOSE: Find fractional pitch
475 fractional positions around lag T0. The position at which the
476 interpolation function reaches its maximum is the fractional pitch.
478 frac is overwritten with the fractional pitch
    [all...]
cl_ltp.cpp 72 This file contains functions that perform closed-loop fractional pitch
459 T0_frac = pointer to pitch delay (fractional part) (Word16)
478 This function performs closed-loop fractional pitch search.
507 Word16 *T0_frac, // o : Pitch delay (fractional part)
521 * Closed-loop fractional pitch search *
532 * with fractional interpolation. *
633 Word16 *T0_frac, /* o : Pitch delay (fractional part) */
654 * Closed-loop fractional pitch search *
675 * with fractional interpolation. *
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1GeneralizedTime.java 81 // and fractional-seconds elements without
ASN1UTCTime.java 93 // no fractional-seconds elements, 'Z' at the end
  /sdk/traceview/src/com/android/traceview/
TickScaler.java 98 // Convert a time value to a 0-based fractional pixel
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
SHA256Digest.java 126 * The first 32 bits of the fractional parts of the square roots
281 * (represent the first 32 bits of the fractional parts of the
  /external/jpeg/
jfdctfst.c 53 * rather than carrying additional fractional bits into subsequent additions.
63 * 8 fractional bits, rather than 13. This saves some shifting work on some
  /external/webkit/Source/WebCore/html/
NumberInputType.cpp 132 // double's fractional part size is DBL_MAN_DIG-bit. If the current value
141 // Accepts erros in lower fractional part which IEEE 754 single-precision
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 78 char int_frac_digits; /* Int'l fractional digits. */
79 char frac_digits; /* Local fractional digits. */
  /external/freetype/include/freetype/
freetype.h 205 /* values are expressed in 26.6 fractional pixel format; if the flag */
273 /* size :: The nominal size of the strike in 26.6 fractional */
276 /* x_ppem :: The horizontal ppem (nominal width) in 26.6 fractional */
279 /* y_ppem :: The vertical ppem (nominal height) in 26.6 fractional */
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
log2_norm.cpp 95 fraction = pointer to the fractional part of Log2 (of type Word16)
100 fraction points to the newly calculated fractional part of Log2
141 Word16 *fraction // (o) : Fractional part of Log2. (range: 0<=val<1)
200 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
218 /* which is needed to calculate fractional part of Log2 */
log2.cpp 95 pFraction = pointer to the fractional part of Log2 of type Word16
102 pFraction -> fractional part of the newly calculated Log2
166 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /external/quake/quake/src/QW/client/
d_spr8.s 405 shll $13,%ebp // left-justify sstep fractional part
408 shll $13,%ecx // left-justify tstep fractional part
425 addl tstep,%edx // advance tfrac fractional part by tstep frac
428 addl sstep,%ebx // advance sfrac fractional part by sstep frac
681 shll $16,%ebp // left-justify sstep fractional part
683 shll $16,%eax // left-justify tstep fractional part
  /external/quake/quake/src/WinQuake/
d_spr8.s 405 shll $13,%ebp // left-justify sstep fractional part
408 shll $13,%ecx // left-justify tstep fractional part
425 addl tstep,%edx // advance tfrac fractional part by tstep frac
428 addl sstep,%ebx // advance sfrac fractional part by sstep frac
681 shll $16,%ebp // left-justify sstep fractional part
683 shll $16,%eax // left-justify tstep fractional part
  /frameworks/base/opengl/tests/hwc/
hwcTestLib.cpp 297 // Parse fractional color of form [0.##, 0.##, 0.##]
298 // Fractional values can be from 0.0 to 1.0 inclusive. Note, integer
299 // values of 0.0 and 1.0, which are non-fractional, are considered valid.
340 // Are all the components fractional
744 * color is given as a fractional color in the parameter named color.
757 * The input and produced colors are both specified as a fractional amount
    [all...]
  /external/speex/include/speex/
speex_resampler.h 129 /** Create a new resampler with fractional input/output rates. The sampling
238 * (fractional values in Hz supported).
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 98 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/
105 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 115 /* Break VALUE into integral and fractional parts. */
211 /* Return the fractional part of X after dividing out `ilogb (X)'. */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 128 // now p is just the fractional part [0...1) and i is the index
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 145 // now p is just the fractional part [0...1) and i is the index
  /external/bison/lib/
strverscmp.c 28 fractional parts, S_Z: idem but with leading Zeroes only */

Completed in 2183 milliseconds

1 23 4 5 6 7 8 91011>>