HomeSort by relevance Sort by last modified time
    Searched defs:x4 (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 532 VGfloat x4, y4; local
546 x4 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
  /external/qemu/distrib/jpeg-6b/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w7+x4*w6, x6*w3+x4*w2*/
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
113 x4 = x0;
119 x8 = x4 - x6;
120 x4 += x6;
130 blk[8] = (x4 + x7) >> 8;
134 blk[48] = (x4 - x7) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
148 x4 = x0;
154 x8 = x4 - x6;
155 x4 += x6
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
570 x4 = x0 - 1.0f + 4.0f * G4; /* Offsets for last corner in (x,y,z,w) coords */
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
  /external/clang/test/Analysis/
dead-stores.c 558 int x4 = (getInt(), (getInt(), 0)); // expected-warning{{unused variable 'x4'}} local
malloc.c 897 int *x4 = x1;
899 clang_analyzer_eval(x4 == x5); // expected-warning{{FALSE}}
908 int *x4 = x1;
909 if (x1 == x4) {
896 int *x4 = x1; local
907 int *x4 = x1; local
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 921 int x4 = input[11]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 321 int x4 = input[3]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
337 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
338 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
346 x4 = dct_const_round_shift(s0 - s4);
356 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
357 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
365 x4 = dct_const_round_shift(s4 + s6);
382 output[1] = -x4;
645 int x4 = input[11] local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 491 int x4 = input[3]; local
501 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
502 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
510 x4 = dct_const_round_shift(s0 - s4);
520 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
521 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
529 x4 = dct_const_round_shift(s4 + s6);
546 output[1] = - x4;
793 int x4 = input[11]; local
811 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
570 x4 = x0 - 1.0f + 4.0f * G4; /* Offsets for last corner in (x,y,z,w) coords */
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
  /external/clang/test/CXX/drs/
dr1xx.cpp 91 X<a4> x4; member in namespace:dr112
dr0xx.cpp 699 X<Danger> x4; member in namespace:dr62
  /external/clang/test/Sema/
array-init.c 25 int x4 = { 1, 2 }; // expected-warning{{excess elements in scalar initializer}} local
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1098 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1166 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 668 int x4 = x0 + x1; x0 -= x1; local
671 x3 = x1 + x4; x1 -= x4;
673 x4 = (x0 + x2)*C1_847;
674 x0 = descale( x4 - x0*C2_613, fixb);
675 x2 = descale( x2*C1_082 - x4, fixb);
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
693 x1 = x3 + x4; x3 -= x4;
720 int x4 = x0 + x1; x0 -= x1; local
1525 int x4 = x0 + x1; x0 -= x1; local
1572 int x4 = x0 + x1; x0 -= x1; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 707 final float x4 = otherEnd.x; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 719 /* search for i4 mode for a 4x4 block */
737 int x0, x1, x2, x3, x4, x5; local
819 //===== INTRA PREDICTION FOR 4x4 BLOCK =====
1156 x4 = P_E + P_F + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1174 temp2 |= (((x3 + x4) >> 2) << 24);
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
1185 //===== LOOP OVER ALL 4x4 INTRA PREDICTION MODES =====
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 330 float x4 = m[0] * x2 + m[4] * y2 + m[12]; local
333 r[2] = x4 / w4;
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 1655 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1740 float x4 = x2; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1679 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 1034 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 1040 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 

Completed in 1805 milliseconds

1 23 4 5 6 7 8