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

1 23 4 5 6

  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 62 unsigned x0 = TILEX_PROCF(fx, maxX); local
66 SRC_TO_FILTER(row0[x0]),
68 SRC_TO_FILTER(row1[x0]),
SkBlitter.cpp 286 int x0 = left; local
293 SkASSERT(x0 < x1);
294 if (x0 < fClipRect.fLeft) {
295 int dx = fClipRect.fLeft - x0;
299 x0 = fClipRect.fLeft;
302 SkASSERT(x0 < x1 && runs[x1 - x0] == 0);
305 SkAlphaRuns::BreakAt((int16_t*)runs, (uint8_t*)aa, x1 - x0);
306 ((int16_t*)runs)[x1 - x0] = 0;
309 SkASSERT(x0 < x1 && runs[x1 - x0] == 0)
    [all...]
SkBitmapProcState_sample.h 92 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; local
97 *colors++ = RETURNDST(x0);
142 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
143 unsigned x0 = XX >> 14; local
145 unsigned subX = x0 & 0xF;
146 x0 >>= 4;
149 SRC_TO_FILTER(row0[x0]),
151 SRC_TO_FILTER(row1[x0]),
183 unsigned x0 = data >> 14; local
185 unsigned subX = x0 & 0xF
    [all...]
  /external/speex/libspeex/
ltp_arm4.h 108 spx_word32_t part1, part2, part3, part4, x0; local
175 "+r" (x), "+r" (y), "=r" (x0), "+m" (sum1),
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 158 int x0 = m_coords[0].calcMinValue(width); local
162 path.addRect(FloatRect(x0, y0, x1 - x0, y1 - y0));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.cpp 350 float x0 = bounds.origin.x; local
352 float x1 = x0 + bounds.size.width;
356 D3DXMatrixOrthoOffCenterRH(&projection, x0, x1, y0, y1, -1.0f, 1.0f);
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 164 audio_sample_t x0 = *(in++); local
166 acc = mul_coef_sample(b0, x0);
175 x1 = x0;
217 audio_sample_t x0 = *in; local
219 acc = mul_coef_sample(b0, x0);
228 x1 = x0;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 99 int32 x0, x1, x2, x4, x5; local
115 x0 = ((*(blk += 8)) << 8) + 8192;
128 res = (x0 + x4) >> 14;
130 res2 = (x0 + x2) >> 14;
133 res = (x0 + x1) >> 14;
136 res = (x0 + x5) >> 14;
142 res = (x0 - x5) >> 14;
144 res2 = (x0 - x1) >> 14;
147 res = (x0 - x2) >> 14;
150 res = (x0 - x4) >> 14
160 int32 x0, x1, x3, x5, x7;\/\/, x8; local
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/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 40 x0 RN 2 label
80 ;// i32 x0, : 0xcc
94 CMP x0, #0
97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
98 ADD tmp6, tmp6, #1 ;// tmp6 = x0 + chromaPartWidth + 1
99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width
119 LDR x0, [sp, #0xcc]
128 MOV x0, #0 ;// x0 =
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 41 x0 RN 2 label
81 ;// i32 x0, : 0xcc
97 CMP x0, #0
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
101 ADD tmp1, tmp1, #1 ;// tmp1 = x0+ chromaPartWidth+1
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
124 LDR x0, [sp, #0xcc]
133 MOV x0, #0 ;// x0 =
    [all...]
h264bsd_interpolate_chroma_ver.s 39 x0 RN 2 label
79 ;// i32 x0, : 0xcc
93 CMP x0, #0
96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
97 CMP tmp1, width ;// x0+chromaPartWidth > width
118 LDR x0, [sp, #0xcc]
127 MOV x0, #0 ;// x0 = 0
129 STR x0, [sp, #0xcc
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 40 x0 RN 2 label
98 CMP x0, #0
99 BLT do_fill ;// (x0 < 0)
102 ADD tmpa, x0, partW ;// (x0+partWidth)
103 ADD tmpa, tmpa, #5 ;// (x0+partW+5)
105 BHI do_fill ;// (x0+partW)>width
131 MOV x0, #0
132 STR x0,[sp,#0x1ec] ;// x0 =
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 96 float x0 = pivotX - l*cos; local
98 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
100 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
  /system/media/mca/filterpacks/imageproc/java/
ImageSlicer.java 115 float x0 = (xSliceIndex * mSliceWidth - mPadSize) / ((float) mInputWidth); local
118 ((ShaderProgram) mProgram).setSourceRect(x0, y0,
ImageStitcher.java 114 float x0 = ((float) mPadSize) / mInputWidth; local
124 ((ShaderProgram) mProgram).setSourceRect(x0, y0,
RotateFilter.java 145 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f), local
153 Quad quad = new Quad(x0, x1, x2, x3);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /bionic/libc/kernel/arch-sh/asm/
ptrace.h 65 unsigned long x0; member in struct:pt_dspregs
  /bionic/libm/bsdsrc/
b_tgamma.c 59 * approximation centered at the minimum (x0+1) to
93 #define x0 .461632144968362356785 /* xmin - 1 */ macro
139 } else if (x >= 1.0 + LEFT + x0)
193 if (y <= 1.0 + (LEFT + x0)) {
194 yy = ratfun_gam(y - x0, 0);
203 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
211 yy = ratfun_gam(y - x0, 0);
217 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
225 if (x < x0 + LEFT) {
231 t = (one-x0); t += x
    [all...]
  /external/clang/test/Sema/
expr-address-of.c 41 register int *x0; local
42 int *_dummy0 = &(*x0);
51 register int x0[10]; local
52 int *_dummy00 = x0; // fixme-error {{address of register variable requested}}
53 int *_dummy01 = &(*x0); // fixme-error {{address of register variable requested}}
  /external/mesa3d/src/pixelflinger2/
texture.cpp 145 const unsigned x0 = texcoordWrap(wrapS, tex_coord[0], width, &xLerp); local
150 PointSample<format>(sample, data, y0 * width + x0);
158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
160 PointSample<format>((unsigned *)(samples + 0), data, y0 * width + x0);
166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0);
254 const unsigned x0 = texcoordWrap(wrapS, s, width, &xLerp); local
259 PointSample<format>(sample, data, y0 * width + x0);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
269 PointSample<format>((unsigned *)(samples + 0), data, face * width * height + y0 * width + x0);
275 PointSample<format>((unsigned *)(samples + 3), data, face * width * height + y1 * width + x0);
    [all...]
  /external/openssl/crypto/ec/
ec2_smpl.c 748 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
771 x0 = BN_CTX_get(ctx);
783 if (!BN_copy(x0, &a->X)) goto err;
788 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
801 if (BN_GF2m_cmp(x0, x1))
803 if (!BN_GF2m_add(t, x0, x1)) goto err;
  /external/qemu/android/
cmdline-option.c 243 char* x0; local
248 x = x0 = strdup(tags);
291 free(x0);
  /external/skia/bench/
BitmapBench.cpp 151 const SkScalar x0 = SkIntToScalar(-bitmap.width() / 2); local
155 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
PathBench.cpp 134 const SkScalar x0 = x; local
146 path->lineTo(x0, y + 2 * dy);

Completed in 855 milliseconds

1 23 4 5 6