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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
default-arguments.cpp 11 X<> *x4; variable
109 struct X4;
110 int array4[is_same<X4<add_pointer>,
111 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
  /external/freetype/src/cff/
cffdrivr.c 601 FT_Int x4 = darken_params[6]; local
605 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
607 x1 > x2 || x2 > x3 || x3 > x4 ||
617 driver->darken_params[6] = x4;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
479 x4 = input[3];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
504 x4 = ROUND_POWER_OF_TWO((s0 - s4), DCT_CONST_BITS);
514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS);
540 output[1] = -x4;
    [all...]
vp9_itrans16_dspr2.c 921 int x4 = input[11]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
545 x4 = blk[9];
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4 - x5) + 128) >> 8
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
140 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
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...]
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 271 double H, double x, double x2, double x4) {
272 return Poly4(A, B, C, D, x, x2) + Poly4(E, F, G, H, x, x2) * x4;
281 double x4 = x2 * x2; local
282 return Poly8(A, B, C, D, E, F, G, H, x, x2, x4) + I * (x4 * x4);
285 double x4 = x2 * x2;
286 return val + Poly4(E, F, G, H, x, x2) * x4 + I * (x4 * x4);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 97 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
103 convert_float4(py0[x4]) * coeff[4] +
109 convert_float4(py1[x4]) * coeff[9] +
115 convert_float4(py2[x4]) * coeff[14] +
121 convert_float4(py3[x4]) * coeff[19] +
127 convert_float4(py4[x4]) * coeff[24];
140 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
146 convert_float2(py0[x4]) * coeff[4] +
152 convert_float2(py1[x4]) * coeff[9] +
158 convert_float2(py2[x4]) * coeff[14]
183 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
226 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
268 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
310 uint32_t x4 = rsMin((int32_t)x+2, (int32_t)(p->dimX-1)); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
479 x4 = input[3];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
495 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
496 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
504 x4 = ROUND_POWER_OF_TWO((s0 - s4), DCT_CONST_BITS);
514 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
515 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS);
540 output[1] = -x4;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp 334 float x4 = x2 * x2; local
335 float releaseFrames = kA + kB * x + kC * x2 + kD * x3 + kE * x4;
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/openssl/crypto/chacha/
chacha_vec.c 214 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
238 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
254 QROUND_WORDS( x0, x4, x8,x12)
261 QROUND_WORDS( x3, x4, x9,x14)
284 op[4] = REVW_BE(REVW_BE(ip[4]) ^ (x4 + kp[0]));
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 29 SkScalar x1 = p1.x(), x2 = p2.x(), x3 = p3.x(), x4 = p4.x(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
40 post = SkScalarMul(x3, y4) - SkScalarMul(y3, x4);
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
47 res.x() < GrMin(x3, x4) || res.x() > GrMax(x3, x4) ||
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 32 int32_t x4=x>>4; local
34 UBool signedRightShiftIsArithmetic= x4==0xffff5fff && m1==-1;
  /external/jpeg/
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...]
  /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...]
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 29 SkScalar x1 = p1.x(), x2 = p2.x(), x3 = p3.x(), x4 = p4.x(); local
32 SkScalar d = SkScalarMul(x1 - x2, y3 - y4) - SkScalarMul(y1 - y2, x3 - x4);
40 post = SkScalarMul(x3, y4) - SkScalarMul(y3, x4);
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
47 res.x() < GrMin(x3, x4) || res.x() > GrMax(x3, x4) ||
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 921 int x4 = input[11]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 499 int x4 = input[3]; local
509 s4 = cospi_18_64 * x4 + cospi_14_64 * x5;
510 s5 = cospi_14_64 * x4 - cospi_18_64 * x5;
518 x4 = fdct_round_shift(s0 - s4);
528 s4 = cospi_8_64 * x4 + cospi_24_64 * x5;
529 s5 = cospi_24_64 * x4 - cospi_8_64 * x5;
537 x4 = fdct_round_shift(s4 + s6);
554 output[1] = - x4;
805 int x4 = input[11]; local
823 s4 = x4 * cospi_9_64 + x5 * cospi_23_64
    [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
  /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...]

Completed in 895 milliseconds

1 23 4 5 6 7 8 91011>>