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

1 2 3

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
post_pro.h 106 Word16 x0; member in struct:__anon9343
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.h 78 Word16 x0; member in struct:__anon9357
  /external/dropbear/libtommath/
bn_mp_karatsuba_mul.c 49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
62 if (mp_init_size (&x0, B) != MP_OKAY)
65 goto X0;
80 x0.used = y0.used = B;
94 tmpx = x0.dp;
115 mp_clamp (&x0);
119 /* after this x0 is no longer required, free temp [x0==t2]! */
120 if (mp_mul (&x0, &y0, &x0y0) != MP_OKAY)
121 goto X1Y1; /* x0y0 = x0*y0 *
    [all...]
bn_mp_karatsuba_sqr.c 27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
39 if (mp_init_size (&x0, B) != MP_OKAY)
42 goto X0;
61 dst = x0.dp;
72 x0.used = B;
75 mp_clamp (&x0);
77 /* now calc the products x0*x0 and x1*x1 */
78 if (mp_sqr (&x0, &x0x0) != MP_OKAY)
79 goto X1X1; /* x0x0 = x0*x0 *
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
highpass_400hz_at_12k8.cpp 150 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
158 x0 = mem[4];
172 x1 = x0;
173 x0 = signal[i];
176 L_tmp2 = fxp_mac_16by16(x0, 915, L_tmp2);
196 mem[4] = x0;
highpass_50hz_at_12k8.cpp 152 int16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
161 x0 = mem[4];
177 x1 = x0;
178 x0 = *pt_sign;
181 L_tmp2 = fxp_mac_16by16(x0, 8106, L_tmp2);
201 mem[4] = x0;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
hp400.c 64 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
71 x0 = *mem++;
77 x1 = x0;
78 x0 = *signal;
85 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2)* b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
hp50.c 65 Word16 y2_hi, y2_lo, y1_hi, y1_lo, x0, x1; local
73 x0 = *mem++;
79 x1 = x0;
80 x0 = *signal;
87 L_tmp += (y1_hi * a[1] + y2_hi * a[2] + (x0 + x2) * b[0] + x1 * b[1]) << 1;
97 *mem-- = x0;
hp_wsp.c 87 Word16 x0, x1, x2, x3; local
97 x0 = mem[6];
105 x1 = x0;
106 x0 = wsp[i];
118 L_tmp += (x0 * b[0])<<1;
141 mem[6] = x0;
  /external/openssl/crypto/rc2/
rc2_cbc.c 140 register RC2_INT x0,x1,x2,x3,t; local
144 x0=(RC2_INT)l&0xffff;
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
157 x0=(t<<1)|(t>>15);
158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff;
160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff;
162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff;
170 x0+=p1[x3&0x3f];
171 x1+=p1[x0&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /external/skia/experimental/
SkSetPoly3To3.cpp 8 SkScalar x0 = pts0[i].fX - ave0.fX; local
12 op[0] += SkScalarMul(x0, x1);
13 op[1] += SkScalarMul(x0, y1);
SkSetPoly3To3_D.cpp 23 SkScalar x0 = pts0[i].fX - ave0.fX; local
27 tmp[0] += SkDScalar_setMul(x0, x1);
28 tmp[1] += SkDScalar_setMul(x0, y1);
SkSetPoly3To3_A.cpp 36 SkScalar x0 = pts0[i].fX - ave0.fX; local
40 op[0] += SkScalarMul(x0, x1);
41 op[1] += SkScalarMul(x0, y1);
  /external/skia/src/utils/
SkCullPoints.cpp 35 bool SkCullPoints::sect_test(int x0, int y0, int x1, int y1) const
39 if (x0 < r.fLeft && x1 < r.fLeft ||
40 x0 > r.fRight && x1 > r.fRight ||
46 if (r.contains(x0, y0) || r.contains(x1, y1))
53 vec.set(x1 - x0, y1 - y0);
54 bool isNeg = cross_product_is_neg(vec, x0 - rAsQuad[0].fX, y0 - rAsQuad[0].fY);
56 if (cross_product_is_neg(vec, x0 - rAsQuad[i].fX, y0 - rAsQuad[i].fY) != isNeg)
105 int x0 = fPrevPt.fX; local
111 if (this->sect_test(x0, y0, x, y))
113 line[0].set(x0, y0)
    [all...]
  /external/skia/bench/
TextBench.cpp 74 const SkScalar x0 = SkIntToScalar(-10); local
81 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
  /external/skia/gm/
xfermodes.cpp 141 SkScalar x0 = 0; local
143 SkScalar x = x0, y = 0;
169 x = x0;
173 x0 += SkIntToScalar(400);
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 45 unsigned x0 = TILEX_PROCF(fx, maxX); local
49 SRC_TO_FILTER(row0[x0]),
51 SRC_TO_FILTER(row1[x0]),
  /external/speex/libspeex/
ltp_arm4.h 108 spx_word32_t part1, part2, part3, part4, x0; local
175 "+r" (x), "+r" (y), "=r" (x0), "+m" (sum1),
  /external/webkit/WebCore/html/
HTMLAreaElement.cpp 149 int x0 = m_coords[0].calcMinValue(width); local
153 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 164 audio_sample_t x0 = *(in++); local
166 acc = mul_coef_sample(b0, x0);
175 x1 = x0;
217 audio_sample_t x0 = *in; local
219 acc = mul_coef_sample(b0, x0);
228 x1 = x0;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
115 x0 = ((*(blk += 8)) << 8) + 8192;
128 res = (x0 + x4) >> 14;
130 res2 = (x0 + x2) >> 14;
133 res = (x0 + x1) >> 14;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
144 res2 = (x0 - x1) >> 14;
147 res = (x0 - x2) >> 14;
150 res = (x0 - x4) >> 14
160 int32 x0, x1, x3, x5, x7;\/\/, x8; local
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
450 int32 x0, x1, x2, x4, x5, temp; local
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 80 float x0 = pivotX - l*cos; local
82 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
84 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /bionic/libc/kernel/arch-sh/asm/
ptrace.h 65 unsigned long x0; member in struct:pt_dspregs
  /bionic/libm/bsdsrc/
b_tgamma.c 59 * approximation centered at the minimum (x0+1) to
93 #define x0 .461632144968362356785 /* xmin - 1 */ macro
139 } else if (x >= 1.0 + LEFT + x0)
193 if (y <= 1.0 + (LEFT + x0)) {
194 yy = ratfun_gam(y - x0, 0);
203 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
211 yy = ratfun_gam(y - x0, 0);
217 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
225 if (x < x0 + LEFT) {
231 t = (one-x0); t += x
    [all...]

Completed in 293 milliseconds

1 2 3