HomeSort by relevance Sort by last modified time
    Searched defs:y1 (Results 151 - 175 of 480) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/effects/
SkBicubicImageFilter.cpp 135 int y1 = SkClampMax(sy , src.height() - 1); local
143 SkPMColor s01 = *src.getAddr32(x0, y1);
144 SkPMColor s11 = *src.getAddr32(x1, y1);
145 SkPMColor s21 = *src.getAddr32(x2, y1);
146 SkPMColor s31 = *src.getAddr32(x3, y1);
  /external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp 66 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
70 for (int src_y = y0; src_y <= y1; src_y++) {
123 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); local
137 for (int src_y = y0; src_y <= y1; src_y++) {
SkBitmapProcState_opts_SSSE3.cpp 92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
122 // (4x(y1), 4x(y0), 4x(x1), 4x(x0))
126 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0))
337 // ((16-y1) * (Aa2 * (16-x1) + Aa3 * x1) +
627 // (4x(0, y1), 4x(0, y0))
659 unsigned y1 = data & 0x3FFF; local
672 reinterpret_cast<const uint32_t*>(src_addr + y1 * rb)
    [all...]
  /external/skia/src/utils/
SkDashPath.cpp 201 SkScalar y1 = fPts[0].fY + SkScalarMul(fTangent.fY, d1); local
205 pts[1].set(x1 + fNormal.fX, y1 + fNormal.fY); // lineTo
206 pts[2].set(x1 - fNormal.fX, y1 - fNormal.fY); // lineTo
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp 831 Word16 y1[L_SUBFR]; // Filtered adaptive excitation
833 Word16 gCoeff[6]; // Correlations between xn, y1, & y2:
1234 Word16 y1[L_SUBFR]; \/* Filtered adaptive excitation *\/ local
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 155 signed y1 = (signed)src_ptr[2 * x + 1] - 16; local
165 signed tmp1 = y1 * 298;
242 signed y1 = (signed)src_y[x] - 16; local
253 signed tmp1 = y1 * 298;
315 signed y1 = (signed)src_y[x] - 16; local
326 signed tmp1 = y1 * 298;
389 signed y1 = (signed)src_y[x] - 16; local
400 signed tmp1 = y1 * 298;
459 signed y1 = (signed)src_y[x] - 16; local
470 signed tmp1 = y1 * 298
    [all...]
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 123 float y1 = a.getFloat(R.styleable.PathInterpolator_controlY1, 0); local
134 initQuad(x1, y1);
138 initCubic(x1, y1, x2, y2);
150 private void initCubic(float x1, float y1, float x2, float y2) {
153 path.cubicTo(x1, y1, x2, y2, 1f, 1f);
  /frameworks/base/libs/hwui/
Patch.cpp 123 float y1 = 0.0f; local
134 y2 = y1 + floorf(segment * stretchY + 0.5f);
136 y2 = y1 + segment * rescaleY;
139 float vOffset = y1 == y2 ? 0.0f : 0.5 - (0.5 * segment / (y2 - y1));
144 generateRow(xDivs, xCount, vertex, y1, y2, v1, v2, stretchX, rescaleX,
148 y1 = y2;
156 generateRow(xDivs, xCount, vertex, y1, y2, v1, 1.0f, stretchX, rescaleX,
172 float y1, float y2, float v1, float v2, float stretchX, float rescaleX,
196 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount)
    [all...]
ShadowTessellator.cpp 158 double y1 = poly[p1].y; local
161 double a = (x1 * y2 - x2 * y1);
163 sumy += (y1 + y2) * a;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 73 int u, v, y1, y2, y3, y4; local
75 y1 = pInY[0];
83 pOutColor[0] = convertYuvToRgba(y1, u, v);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 345 extern "C" void rsdIntrinsicConvolve5x5_K(void *dst, const void *y0, const void *y1,
361 uint32_t y1 = rsMax((int32_t)p->y-1, 0); local
367 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1);
421 uint32_t y1 = rsMax((int32_t)p->y-1, 0); local
427 const uchar2 *py1 = (const uchar2 *)(pin + stride * y1);
470 uint32_t y1 = rsMax((int32_t)p->y-1, 0); local
476 const uchar *py1 = (const uchar *)(pin + stride * y1);
519 uint32_t y1 = rsMax((int32_t)p->y-1, 0); local
525 const float4 *py1 = (const float4 *)(pin + stride * y1);
568 uint32_t y1 = rsMax((int32_t)p->y-1, 0) local
617 uint32_t y1 = rsMax((int32_t)p->y-1, 0); local
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 231 /* Y1 Y2 */
233 int y1 = *(src_y + x); local
242 yuv2pixel(dest_even++, y1, u, v);
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 136 uint8_t y1 = (src[0] >> 24) & 0xFF; local
140 dst[3] = y1;
190 uint8_t y1 = (src[0] >> 16) & 0xFF; local
195 dst[3] = y1;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 136 uint8_t y1 = (src[0] >> 24) & 0xFF; local
140 dst[3] = y1;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterGrad.java 123 int[] y1 = mParameters.getYPos1(); local
133 coord[1] = y1[i];
136 y1[i] = (int) coord[1];
146 mScript.set_yPos1(y1);
SplineMath.java 52 double y1 = cur[1]; local
61 double ta = a * y1;
93 double y1 = cur[1]; local
102 double ta = a * y1;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 179 int y1[] = mGradRep.getYPos1(); local
192 c[1] = (y1[i]+y2[i])/2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon45027
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
103 if((r)->y1 < (idRect)->extents.y1)\
104 (idRect)->extents.y1 = (r)->y1;\
131 ((R-1)->y1 == (Ry1)) &&\
141 (r)->y1 = (ry1);\
157 (r)->y1 = (ry1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/dvb/
osd.h 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col>
84 OSD_Line, // (x0,y0,x1,y1,color)
85 // draw a line from x0,y0 to x1,y1 with the color <col>
87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11
105 int y1; member in struct:osd_cmd_s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon46763
94 (r1)->y2 > (r2)->y1 && \
95 (r1)->y1 < (r2)->y2)
103 if((r)->y1 < (idRect)->extents.y1)\
104 (idRect)->extents.y1 = (r)->y1;\
131 ((R-1)->y1 == (Ry1)) &&\
141 (r)->y1 = (ry1);\
157 (r)->y1 = (ry1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
osd.h 34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col>
84 OSD_Line, // (x0,y0,x1,y1,color)
85 // draw a line from x0,y0 to x1,y1 with the color <col>
87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11
105 int y1; member in struct:osd_cmd_s
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/dvb/
osd.h 59 int y1; member in struct:osd_cmd_s
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/dvb/
osd.h 59 int y1; member in struct:osd_cmd_s
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/dvb/
osd.h 59 int y1; member in struct:osd_cmd_s
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 90 int y1 = b.y + MARGIN_SIZE; local
92 for (int y = y1; y < y2; y += GRID_SIZE) {
192 int y1; local
195 y1 = offsetY + y - 1;
199 y1 = bounds.h + offsetY + y - 1;
202 gc.drawLine(b.x, y1, b.x2(), y1);
205 centerX - 3, y1 + (y2 - y1 - 16) / 2);
248 int y1 = dragBounds.y + offsetY + feedback.dragBaseline local
    [all...]

Completed in 771 milliseconds

1 2 3 4 5 67 8 91011>>