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

1 2

  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
median5.cpp 120 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 = x4
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 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 = x4
    [all...]
  /external/v8/test/mjsunit/
obj-construct.js 43 var x3 = [ ]; variable
smi-ops.js 236 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/
rc2_cbc.c 140 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+=p1[x2&0x3f]
185 register RC2_INT x0,x1,x2,x3,t; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Vector3.h 125 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/
idct_vca.cpp 165 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 = x7
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...]
block_idct.cpp 517 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 - x2) >> 14
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/
SkPathParts.h 101 SkScalar x3; member in class:SkCubicTo
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 160 int32 x0, x1, x3, x5, x7;//, x8; local
169 x3 = x7;
176 blk[24] = (x0 + x3) >> 8;
180 blk[32] = (x0 - x3) >> 8;
187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
221 x3 = x7;
234 res = (x2 + x3) >> 14;
240 res = (x2 - x3) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
277 x3 = x7
296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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...]
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
543 x3 = blk[10];
567 x1 = W6 * (x3 + x2) + 4;
569 x3 = (x1 + (W2 - W6) * x3) >> 3;
576 x7 = x8 + x3;
577 x8 -= x3;
578 x3 = x0 + x2;
588 res2 = (x3 + x2) >> 14;
606 res = (x3 - x2) >> 14
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/skia/src/core/
SkBitmapProcState_sample.h 95 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local
100 *colors++ = RETURNDST(x3);
SkEdge.cpp 319 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);
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastidct.cpp 82 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 = blk[24]
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/webkit/WebCore/svg/
SVGParserUtilities.cpp 631 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/dec/src/
pred_intra.cpp 983 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) >> 2) << 16)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp 1217 PS_MultiplexCapability x3 = NULL; local
    [all...]
  /external/speex/libspeex/
resample.c 303 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);
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 982 x1 = *comp_refx++; /* reuse x1 instead of x3 */
1112 int x0, x1, x2, x3, x4, x5, x6; local
1119 x3 = *comp_refx++;
1128 x4 = x3;
1129 x5 = x3;
1130 x6 = x3;
1135 x2 += x3 + 1;
1136 x3 += x4 + 1;
1143 temp1 |= ((x3 >> 1) << 24);
1150 temp2 |= (((x2 + x3) >> 2) << 16)
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
intra_est.cpp 548 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 + x4) >> 2) << 24)
    [all...]
  /external/freetype/src/raster/
ftraster.c 1514 Long y1, y2, y3, x3, ymin, ymax; local
1920 Long x1, y1, x2, y2, x3, y3; local
    [all...]
  /frameworks/base/awt/java/awt/
BasicStroke.java 678 double x3 = x0 + y10; local
686 p.cubicTo(x1 + y10, y1 - x10, x3 + mx, y3 + my, x3, y3);
687 p.cubicTo(x3 - mx, y3 - my, x2 - y20, y2 + x20, x2, y2);
729 double x3 = x0 + w2 * w2 * (y20 - y10) / sin0; local
731 p.setLast(x3, y3);
754 double x3 = (s1 * y20 - s2 * y10) / sin0; local
756 double x30 = x3 - x0;
760 p.lineTo(x3, y3);
811 double x3 = x0 + x30 local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 2984 milliseconds

1 2