Searched defs:x3 (Results 1 - 20 of 20) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dmedian5.cpp120 int16 x1, x2, x3, x4, x5; local
125 x3 = x[0];
137 if (x3 < x1)
140 x1 = x3;
141 x3 = tmp;
153 if (x3 < x2)
156 x2 = x3;
157 x3 = tmp;
169 if (x4 < x3)
171 x3
[all...]
/external/v8/test/mjsunit/
H A Dobj-construct.js43 var x3 = [ ]; variable
H A Dsmi-ops.js236 var x3 = 0x40000000; variable
237 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
243 x3 = 2
244 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
/external/openssl/crypto/rc2/
H A Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; local
148 x3=(RC2_INT)(l>>16L);
156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff;
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;
163 x3=(t<<5)|(t>>11);
170 x0+=p1[x3&0x3f];
173 x3
185 register RC2_INT x0,x1,x2,x3,t; local
[all...]
/external/skia/tests/
H A DClipCubicTest.cpp37 float x3, float y3,
42 crv[3].fX = SkFloatToScalar(x3); crv[3].fY = SkFloatToScalar(y3);
34 SetCurve(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, SkPoint crv[4]) argument
/external/webkit/JavaScriptCore/wtf/
H A DVector3.h125 double x3 = v1.y() * v2.z() - v1.z() * v2.y(); local
128 return Vector3(x3, y3, z3);
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
H A Didct_vca.cpp165 int32 x0, x1, x3, x5, x7;//, x8; local
174 x3 = x7;
181 blk[24] = (x0 + x3) >> 8;
185 blk[32] = (x0 - x3) >> 8;
192 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
226 x3 = x7;
239 res = (x2 + x3) >> 14;
245 res = (x2 - x3) >> 14;
264 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
282 x3
301 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
378 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
515 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
588 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
H A Dblock_idct.cpp517 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
544 x3 = blk[10];
568 x1 = W6 * (x3 + x2) + 4;
570 x3 = (x1 + (W2 - W6) * x3) >> 3;
577 x7 = x8 + x3;
578 x8 -= x3;
579 x3 = x0 + x2;
589 res2 = (x3 + x2) >> 14;
607 res = (x3
628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
838 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/external/skia/src/animator/
H A DSkPathParts.h101 SkScalar x3; member in class:SkCubicTo
/external/skia/src/core/
H A DSkBitmapProcState_sample.h95 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local
100 *colors++ = RETURNDST(x3);
H A DSkEdge.cpp319 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
330 x3 = int(pts[3].fX * scale);
340 x3 = pts[3].fX >> shift;
348 SkTSwap(x0, x3);
371 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x3);
400 SkFixed D = SkFDot6UpShift(x3 + 3 * (x1 - x2) - x0, upShift);
416 fCLastX = SkFDot6ToFixed(x3);
H A DSkPath.cpp303 SkScalar x3, SkScalar y3) {
313 pts[2].set(x3, y3);
320 SkScalar x3, SkScalar y3) {
324 pt.fX + x3, pt.fY + y3);
302 cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) argument
319 rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) argument
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dfastidct.cpp82 int32 x0, x1, x3, x5, x7;//, x8; local
91 x3 = x7;
98 blk[24] = (x0 + x3) >> 8;
102 blk[32] = (x0 - x3) >> 8;
108 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
126 x3 = x7;
133 blk[24] = (x2 + x3) >> 8;
137 blk[32] = (x2 - x3) >> 8;
143 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
146 x3
186 int32 x1, x3, x5, x7;//, x8; local
236 int32 x1, x3, x5, x7; local
262 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
433 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
503 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
692 int32 x1, x3, x5, x7; local
747 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
925 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
991 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1172 int32 x1, x3, x5, x7; local
1224 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1430 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1501 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1693 int32 x1, x3, x5, x7; local
1749 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
[all...]
/external/opencore/codecs_v2/video/avc_h264/dec/src/
H A Dpred_intra.cpp983 x1 = *comp_refx++; /* reuse x1 instead of x3 */
1113 int x0, x1, x2, x3, x4, x5, x6; local
1120 x3 = *comp_refx++;
1129 x4 = x3;
1130 x5 = x3;
1131 x6 = x3;
1136 x2 += x3 + 1;
1137 x3 += x4 + 1;
1144 temp1 |= ((x3 >> 1) << 24);
1151 temp2 |= (((x2 + x3) >>
[all...]
/external/speex/libspeex/
H A Dresample.c303 spx_word16_t x2, x3; local
305 x3 = MULT16_16_P15(x, x2);
306 interp[0] = PSHR32(MULT16_16(QCONST16(-0.16667f, 15),x) + MULT16_16(QCONST16(0.16667f, 15),x3),15);
307 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
308 interp[3] = PSHR32(MULT16_16(QCONST16(-0.33333f, 15),x) + MULT16_16(QCONST16(.5f,15),x2) - MULT16_16(QCONST16(0.16667f, 15),x3),15);
565 st->filt_len &= (~0x3);
/external/webkit/WebCore/svg/
H A DSVGParserUtilities.cpp631 double x1, y1, x2, y2, x3, y3; local
651 x3 = xc + cos(_th1);
653 x2 = x3 + t * sin(_th1);
658 narrowPrecisionToFloat(a00 * x3 + a01 * y3), narrowPrecisionToFloat(a10 * x3 + a11 * y3));
/external/opencore/codecs_v2/video/avc_h264/enc/src/
H A Dintra_est.cpp548 if (k&0x3) // only sum up non DC values.
738 int x0, x1, x2, x3, x4, x5; local
751 if (!(blkidx&0x3)) /* left column block (!block_x)*/
808 if (((blkidx > 3) && (blkidx&0x3)) || ((blkidx > 3) && video->intraAvailA)
809 || ((blkidx&0x3) && video->intraAvailB)
1156 x3 = P_D + P_E + 1;
1162 x3 = x4 = x5 = (P_D << 1) + 1;
1168 temp1 |= ((x3 >> 1) << 24);
1174 temp2 |= (((x2 + x3) >> 2) << 16);
1175 temp2 |= (((x3
[all...]
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
H A Dh324utils.cpp1217 PS_MultiplexCapability x3 = NULL; local
1264 // x3 is a MultiplexCapability (CHOICE) //
1265 x3 = &ret->multiplexCapability;
1266 x3->index = 2;
1267 x3->h223Capability = x4;
/external/freetype/src/raster/
H A Dftraster.c1514 Long y1, y2, y3, x3, ymin, ymax; local
1531 x3 = ras.arc[0].x;
1591 ras.lastX = x3;
1920 Long x1, y1, x2, y2, x3, y3; local
1934 x3 = SCALED( point[ 0].x );
1941 SWAP_( x3, y3 );
1946 if ( Cubic_To( RAS_VARS x1, y1, x2, y2, x3, y3 ) )
/external/sqlite/dist/
H A Dsqlite3.c109030 float x3 = x1; local
[all...]

Completed in 553 milliseconds