HomeSort by relevance Sort by last modified time
    Searched refs:fraction (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
log2.h 50 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/
57 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
math_op.h 38 Word16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
pow2.h 104 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) */
log2_norm.h 109 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
log2.c 52 * 5- fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2
60 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
68 *fraction = 0;
75 a = (Word16)(L_x); /* Extract b10-b24 of fraction */
81 *fraction = extract_h (L_y);
101 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
107 Log2_norm ((L_x << exp), exp, exponent, fraction);
pitch_f4.c 60 Word32 frac /* (i) : fraction (-4..+3) */
70 Word16 * pit_frac, /* (o) : chosen fraction (0, 1, 2 or 3). */
77 Word32 fraction, i; local
120 fraction = -3;
124 fraction = -2;
128 fraction = 0;
130 max = Interpol_4(&corr[t0], fraction);
132 for (i = fraction + step; i <= 3; i += step)
138 fraction = i;
141 /* limit the fraction value in the interval [0,1,2,3] */
    [all...]
math_op.c 83 | 1- If exponant is odd then shift fraction right once. |
85 | 3- i = bit25-b30 of fraction, 16 <= i <= 63 ->because of normalization. |
88 | 6- fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2 |
136 | L_x = pow(2.0, exponant.fraction) (exponant = interger part) |
137 | = pow(2.0, 0.fraction) << exponant |
144 | 1- i = bit10-b15 of fraction, 0 <= i <= 31 |
145 | 2- a = bit0-b9 of fraction |
160 Word16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
166 L_x = vo_L_mult(fraction, 32); /* L_x = fraction<<6 */
    [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
122 5. fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2
141 Word16 *fraction // (o) : Fractional part of Log2. (range: 0<=val<1)
150 *fraction = 0;
159 a = extract_l (L_x); // Extract b10-b24 of fraction
168 *fraction = extract_h (L_y);
200 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
209 *fraction = 0;
221 a = L_x & 0x7fff; /* Extract b10-b24 of fraction */
    [all...]
pow2.cpp 83 fraction = Fractional part whose valid range is 0 <= value < 1
103 This function computes L_x = pow(2.0, exponent.fraction)
107 1- i = bit10-b15 of fraction, 0 <= i <= 31
108 2- a = bit0-b9 of fraction
127 Word16 fraction // (i) : Fractional part. (range: 0.0<=val<1.0)
133 L_x = L_mult (fraction, 32); // L_x = fraction<<6
134 i = extract_h (L_x); // Extract b10-b16 of fraction
136 a = extract_l (L_x); // Extract b0-b9 of fraction
178 Word16 fraction, /* (i) : Fractional part. (range: 0.0<=val<1.0) *
    [all...]
  /external/tcpdump/
ntp.h 21 * | Fraction Part |
27 * | Integer Part | Fraction Part |
32 u_int32_t fraction; member in struct:l_fixedpt
37 u_int16_t fraction; member in struct:s_fixedpt
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.h 85 int16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
98 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1)*/
105 int16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
pvamrwb_math_op.cpp 307 1- If exponant is odd then shift fraction right once.
309 3- i = bit25-b30 of fraction, 16 <= i <= 63 ->because of normalization.
312 6- fraction = table[i]<<16 - (table[i] - table[i+1]) * a * 2
363 L_x = pow(2.0, exponant.fraction) (exponant = interger part)
364 = pow(2.0, 0.fraction) << exponant
371 1- i = bit10-b15 of fraction, 0 <= i <= 31
372 2- a = bit0-b9 of fraction
386 int16 fraction /* (i) Q15 : Fractionnal part. (range: 0.0<=val<1.0) */
392 L_x = fraction << 5; /* L_x = fraction<<6 *
547 Lg2_normalized(shl_int32(L_x, exp), exp, exponent, fraction); local
    [all...]
  /frameworks/base/core/java/android/net/
SntpClient.java 183 long fraction = read32(buffer, offset + 4); local
184 return ((seconds - OFFSET_1900_TO_1970) * 1000) + ((fraction * 1000L) / 0x100000000L);
202 long fraction = milliseconds * 0x100000000L / 1000L; local
203 // write fraction in big endian format
204 buffer[offset++] = (byte)(fraction >> 24);
205 buffer[offset++] = (byte)(fraction >> 16);
206 buffer[offset++] = (byte)(fraction >> 8);
  /bootable/recovery/
verifier_test.c 71 void ui_set_progress(float fraction) {
common.h 58 // portion - fraction of the progress bar the next operation will use
61 void ui_set_progress(float fraction); // 0.0 - 1.0 within the defined scope
install.c 130 float fraction = strtof(fraction_s, NULL); local
133 ui_show_progress(fraction * (1-VERIFICATION_PROGRESS_FRACTION),
137 float fraction = strtof(fraction_s, NULL); local
138 ui_set_progress(fraction);
ui.c 371 void ui_set_progress(float fraction)
374 if (fraction < 0.0) fraction = 0.0;
375 if (fraction > 1.0) fraction = 1.0;
376 if (gProgressBarType == PROGRESSBAR_TYPE_NORMAL && fraction > gProgress) {
380 if ((int) (gProgress * scale) != (int) (fraction * scale)) {
381 gProgress = fraction;
  /external/quake/quake/src/WinQuake/
world.h 33 float fraction; // time completed, 1.0 = didn't hit anything member in struct:__anon7268
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 131 CGFloat fraction = 0.0;
133 fraction = [self _currentTime] / [self _duration];
135 CGFloat x = fraction * (CGRectGetWidth(sliderRect) - CGImageGetWidth(_thumb));
288 CGFloat fraction = (centerX - CGRectGetMinX(innerRect)) / CGRectGetWidth(innerRect);
289 if (fraction > 1.0)
290 fraction = 1.0;
291 else if (fraction < 0.0)
292 fraction = 0.0;
294 NSTimeInterval newTime = fraction * [self _duration];
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction)
279 bitleft = bitused - (numbyte << 3); /* number of bits used (fraction) */
283 *fraction = 1;
287 *fraction = 0;
301 if (*fraction)
329 Int fraction; local
341 BitstreamSavePartial(stream, &fraction);
359 Int fraction; local
377 BitstreamSavePartial(stream, &fraction);
422 Int bitused, bitleft, offset, fraction; local
585 Int fraction; local
684 Int movebyte, bitused, leftover, i, fraction; local
    [all...]
  /external/quake/quake/src/QW/server/
world.h 33 float fraction; // time completed, 1.0 = didn't hit anything member in struct:__anon6945
  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java 133 private void assertBigDecimalWithFraction(BigDecimal bd, String expectedResult, int fraction) {
135 pf.setMaximumFractionDigits(fraction);
139 private void assertDecFmtWithMultiplierAndFraction(String value, int multiplier, int fraction, String expectedResult) {
142 df.setMaximumFractionDigits(fraction);
  /external/quake/quake/src/QW/client/
pmovetst.c 292 trace->fraction = midf;
302 trace->fraction = midf;
362 total.fraction = 1;
387 trace.fraction = 1;
398 trace.fraction = 0;
401 if (trace.fraction < total.fraction)
pmove.h 32 float fraction; // time completed, 1.0 = didn't hit anything member in struct:__anon6770
  /external/webkit/WebCore/platform/graphics/mac/
IconMac.mm 86 operation:NSCompositeSourceOver fraction:1.0f];

Completed in 1735 milliseconds

1 2 3