HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 176 - 200 of 1314) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 161 FX_INT32 x0, y0, x1, y1, x2, y2; local
167 x1 = xPos;
175 x1 = xPos + xSize;
183 x1 = xSize + xPos ;
191 x1 = xPos;
199 FXSYS_Div((FX_FLOAT)(x1 - x0), m_PageHeight),
217 FX_FLOAT x1, y1; local
218 revMatrix.Transform((float)x, (float)y, x1, y1);
230 if(rect.Contains(x1, y1)) {
237 dx = FXSYS_fabs(pData->m_PosX - x1);
    [all...]
  /external/pixman/demos/
radial-test.c 96 double x0, x1, radius0, radius1, left, right, center; local
99 x1 = 1;
104 left = MIN (x0 - radius0, x1 - radius1);
105 right = MAX (x0 + radius0, x1 + radius1);
108 x1 -= center;
110 /* scale to make it fit within a 1x1 rect centered in (0,0) */
112 x1 *= 0.25;
119 p1.x = pixman_double_to_fixed (x1);
156 * origin and whose interesting part fits a 1x1 square. We want to
  /external/skia/src/animator/
SkPathParts.h 71 SkScalar x1; member in class:SkQuadTo
89 SkScalar x1; member in class:SkCubicTo
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 61 unsigned x1 = TILEX_PROCF((fx + oneX), maxX); local
65 SRC_TO_FILTER(row0[x1]),
67 SRC_TO_FILTER(row1[x1]),
  /external/srec/srec/cfront/
spec_anl.c 422 float x1, y1, b, c, wscale; local
430 x1 = freqobj->piecewise_start;
437 if (x1 > 1.0 || x1 < 0.5)
442 y1 = x1 < wscale ? (float)x1 / wscale : (float)1.0;
444 b = y1 < 1.0 ? (float)((1.0 - x1) / (1.0 - y1)) : (float)0.0;
  /external/srtp/tables/
aes_tables.c 94 uint32_t x1, x2, x3; local
102 x1 = aes_sbox[i];
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
121 tmp.v8[3] = x1;
    [all...]
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 152 audio_sample_t x1 = mDelays[0][0]; local
165 acc = mac_coef_sample(b1, x1, acc);
172 x2 = x1;
173 x1 = x0;
176 mDelays[0][0] = x1;
210 audio_sample_t x1 = mDelays[ch][0]; local
218 acc = mac_coef_sample(b1, x1, acc);
225 x2 = x1;
226 x1 = x0;
231 mDelays[ch][0] = x1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 174 Word16 x1, x2, x3, x4, x5; local
177 x1 = x[-2];
183 if (x2 < x1)
185 tmp = x1;
186 x1 = x2;
189 if (x3 < x1)
191 tmp = x1;
192 x1 = x3;
195 if (x4 < x1)
197 tmp = x1;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
124 x1 = (181 * (x4 - x5) + 128) >> 8;
133 res = (x0 + x1) >> 14;
144 res2 = (x0 - x1) >> 14;
160 int32 x0, x1, x3, x5, x7;//, x8; local
162 x1 = blk[8];
166 x7 = W7 * x1;
167 x1 = W1 * x1;
170 x5 = (181 * (x1 - x7) + 128) >> 8
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...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RotateFilter.java 142 Point x1 = new Point(0.5f * (cosTheta + sinTheta + 1f), local
148 Quad quad = new Quad(x0, x1, x2, x3);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 95 uint32_t x1 = rsMax((int32_t)x-1, 0); local
98 float4 px = convert_float4(py0[x1]) * coeff[0] +
101 convert_float4(py1[x1]) * coeff[3] +
104 convert_float4(py2[x1]) * coeff[6] +
117 uint32_t x1 = rsMax((int32_t)x-1, 0); local
120 float2 px = convert_float2(py0[x1]) * coeff[0] +
123 convert_float2(py1[x1]) * coeff[3] +
126 convert_float2(py2[x1]) * coeff[6] +
138 uint32_t x1 = rsMax((int32_t)x-1, 0); local
141 float px = ((float)py0[x1]) * coeff[0]
157 uint32_t x1 = rsMax((int32_t)x-1, 0); local
168 uint32_t x1 = rsMax((int32_t)x-1, 0); local
179 uint32_t x1 = rsMax((int32_t)x-1, 0); local
205 uint32_t x1 = xstart; local
252 uint32_t x1 = xstart; local
297 uint32_t x1 = xstart; local
342 uint32_t x1 = xstart; local
387 uint32_t x1 = xstart; local
431 uint32_t x1 = xstart; local
    [all...]
rsCpuIntrinsicYuvToRGB.cpp 127 uint32_t x1 = xstart; local
158 if((x1 & 1) && (x2 > x1)) {
159 int cx = (x1 >> 1) * cstep;
160 *out = rsYuvToRGBA_uchar4(Y[x1], u[cx], v[cx]);
162 x1++;
166 if((x2 > x1) && gArchUseSIMD) {
167 int32_t len = x2 - x1;
169 rsdIntrinsicYuv2_K(p->out, Y, u, v, x1, x2);
170 x1 += len
    [all...]
  /frameworks/rs/driver/
rsdPath.cpp 46 float x1, xc, x2; member in struct:DrvPathStatic::__anon19019
119 s->x1 = fin[0];
162 vtx[0] = s->x1;
172 vtx[8] = s->x1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
quantize_sse2.c 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
71 x1 = _mm_xor_si128(z1, sz1);
73 x1 = _mm_sub_epi16(x1, sz1);
83 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1);
91 x1 = _mm_add_epi16(x1, round1);
94 y1 = _mm_mulhi_epi16(x1, quant1);
97 y1 = _mm_add_epi16(y1, x1);
159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 118 uint8_t x1 = pName1[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 118 uint8_t x1 = pName1[i]; local
123 if ((x1 & ~0x20) != (x2 & ~0x20))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 82 int x1 = topLeft.x; local
87 gc.fillRectangle(x1, y1, x2 - x1, y2 - y1);
SelectionHandles.java 88 int x1 = r.x; local
92 int x2 = x1 + w;
97 x1 += insets.left;
103 int mx = (x1 + x2) / 2;
107 mHandles.add(new SelectionHandle(x1, my, Position.LEFT_MIDDLE));
109 mHandles.add(new SelectionHandle(x1, y1, Position.TOP_LEFT));
112 mHandles.add(new SelectionHandle(x1, y2, Position.BOTTOM_LEFT));
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
gmaven-feature-support-1.5.jar 
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 

Completed in 615 milliseconds

1 2 3 4 5 6 78 91011>>