HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 1 - 25 of 39) sorted by null

1 2

  /external/opencore/codecs_v2/audio/aac/dec/src/
pv_sqrt.cpp 122 Int32 xx; local
142 xx = man;
146 while ((xx >>= 1) > Q_fmt(1.0f))
154 while ((xx <<= 1) < Q_fmt(0.5f))
165 y = fxp_mul32_Q28(*(pt_table++), xx);
170 y = fxp_mul32_Q28(y, xx);
172 y = fxp_mul32_Q28(y, xx);
175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
  /frameworks/base/media/libstagefright/codecs/aacdec/
pv_sqrt.cpp 122 Int32 xx; local
142 xx = man;
146 while ((xx >>= 1) > Q_fmt(1.0f))
154 while ((xx <<= 1) < Q_fmt(0.5f))
165 y = fxp_mul32_Q28(*(pt_table++), xx);
170 y = fxp_mul32_Q28(y, xx);
172 y = fxp_mul32_Q28(y, xx);
175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 51 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); local
57 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
98 : [xx] "+r" (xx), [count8] "+r" (count8), [colors] "+r" (colors)
104 src = srcAddr[*xx++]; *colors++ = table[src];
131 const uint16_t* xx = (const uint16_t*)(xy + 1); local
137 "ldmia %[xx]!, {r5, r7, r9, r11} \n\t" // load ptrs to pixels 0-7
169 "ldrh r4, [%[xx]], #2 \n\t" // load pixel ptr
176 : [xx] "+r" (xx), [count] "+r" (count), [colors] "+r" (colors
    [all...]
  /external/speex/libspeex/
ltp_sse.h 76 __m128 sum, *xx, *yy; local
79 xx = x;
82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0]));
83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1]));
84 xx += 2;
filters_sse.h 56 __m128 xx; local
59 xx = _mm_load_ps1(x+i);
60 yy = _mm_add_ss(xx, mem[0]);
68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]));
74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1]));
79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2]));
106 __m128 xx; local
109 xx = _mm_load_ps1(x+i);
110 yy = _mm_add_ss(xx, mem[0]);
118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0]))
161 __m128 xx; local
208 __m128 xx; local
259 __m128 xx; local
305 __m128 xx; local
    [all...]
  /external/freetype/src/base/
ftlcdfil.c 50 FT_UInt val1, xx; local
66 for ( xx = 2; xx < width; xx++ )
71 val = line[xx];
80 line[xx - 2] = (FT_Byte)pix;
89 line[xx - 2] = (FT_Byte)pix;
93 line[xx - 1] = (FT_Byte)pix;
192 FT_UInt xx; local
195 for ( xx = 0; xx < width; xx += 3
    [all...]
ftcalc.c 704 FT_Fixed xx, xy, yx, yy; local
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
715 b->xx = xx; b->xy = xy;
725 FT_Pos delta, xx, yy; local
732 delta = FT_MulFix( matrix->xx, matrix->yy )
758 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/skia/src/ports/
SkFontHost_gamma.cpp 37 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
38 // printf(" %d\n", xx);
39 table[i] = SkToU8(xx);
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
X500PrincipalTest.java 321 X500Principal xx = cert.getIssuerX500Principal(); local
322 x = xx.getEncoded();
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/freetype/src/smooth/
ftsmooth.c 285 FT_UInt xx; local
289 for ( xx = width_org; xx > 0; xx-- )
291 FT_UInt pixel = line[xx-1];
  /external/skia/src/core/
SkBitmapProcState_matrix.h 74 uint16_t* xx = (uint16_t*)xy; local
76 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkBitmapProcState_matrixProcs.cpp 216 uint16_t* xx = (uint16_t*)dst; local
218 *xx++ = SkToU16(fx >> 16); fx += dx;
SkBitmapProcState_sample.h 102 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
104 SkASSERT(*xx < (unsigned)s.fBitmap->width());
105 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
143 unsigned x0 = XX >> 14;
144 unsigned x1 = XX & 0x3FFF;
SkPoint.cpp 322 SkFixed xx = (int)floorf(fx * 65536 + 0.5f); local
324 err = SkMax32(SkAbs32(xx-x), SkAbs32(yy-y));
SkBitmapProcState_matrix_repeat.h 174 uint16_t* xx = (uint16_t*)xy; local
176 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
SkBitmapProcState_matrix_clamp.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
  /bionic/libm/bsdsrc/
b_tgamma.c 224 struct Double r, xx; local
229 xx.a = (t + x), TRUNC(xx.a);
230 xx.b = x - xx.a; xx.b += t; xx.b += d;
233 x = xx.a + xx.b;
235 xx.a = x, TRUNC(xx.a)
    [all...]
  /external/freetype/include/freetype/
fttypes.h 368 /* x' = x*xx + y*xy */
373 /* xx :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]
  /external/tremolo/Tremolo/
mdct.c 256 DATA_TYPE *xx = x + (b>>shift); local
261 if(w>xx){
263 r = xx[0];
264 xx[0] = w[0];
267 r = xx[1];
268 xx[1] = w[1];
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 40 double x, xx; member in struct:PERF_RTdata_uptime
57 n, x, xx: whole lifecycle
65 double xx, txx, ax, axx; member in struct:PERF_RTdata_rate
84 double xx; member in struct:PERF_RTdata_delay
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 43 dDelay->xx = dDelay->x = 0;
122 me->dUptime->xx = me->dUptime->x = me->dUptime->n = 0;
345 dDelay->xx += delta * (double) delta;
368 double xx = 1e-12 * dDelay->xx / dDelay->n; local
369 xx = my_sqrt(xx - x * x);
374 x, xx, dDelay->n);
387 dDelay->xx = dDelay->x = 0;
534 me->dRate[i].xx = me->dRate[i].x = me->dRate[i].n = 0
836 double xx = me->dUptime->xx \/ me->dUptime->n; local
886 double xx = me->dRate[i].axx \/ me->dRate[i].an; local
    [all...]
  /external/skia/tests/
MathTest.cpp 87 double xx = x + 0.5; // need intermediate double to avoid temp loss local
88 int ix = (int)floor(xx);
367 double xx = (double)x / SK_Fract1; local
369 SkFract check = SkFloatToFract(sqrt(xx));
375 xx = (double)x / SK_Fixed1;
376 check = SkFloatToFixed(sqrt(xx));
380 xx = (double)x;
381 check = (int32_t)sqrt(xx);
  /external/freetype/src/truetype/
ttgload.c 566 FT_Fixed xx, xy, yy, yx; local
613 xx = yy = 0x10000L;
618 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
619 yy = xx;
623 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
628 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
634 subglyph->transform.xx = xx;
1008 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
    [all...]
ttobjs.h 190 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_

Completed in 1006 milliseconds

1 2