HomeSort by relevance Sort by last modified time
    Searched refs:y1 (Results 51 - 75 of 1093) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_textblit.c 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
62 int steep = abs(y1 - y0) > abs(x1 - x0);
73 x1 = y1;
74 y1 = t;
84 y0 = y1;
85 y1 = t;
89 deltay = abs(y1 - y0);
94 if (y0 < y1)
  /external/libvpx/libvpx/vp8/common/
textblit.c 61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch)
63 int steep = abs(y1 - y0) > abs(x1 - x0);
75 x1 = y1;
76 y1 = t;
87 y0 = y1;
88 y1 = t;
92 deltay = abs(y1 - y0);
97 if (y0 < y1)
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.c 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
62 int steep = abs(y1 - y0) > abs(x1 - x0);
73 x1 = y1;
74 y1 = t;
84 y0 = y1;
85 y1 = t;
89 deltay = abs(y1 - y0);
94 if (y0 < y1)
  /external/pixman/test/
region-translate-test.c 17 pixman_region32_init_rect (&r2, rect.x1, rect.y1, rect.x2 - rect.x1, rect.y2 - rect.y1);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
convolve3x3.rs 29 uint32_t y1 = min((int32_t)y+1, gHeight-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
33 sum += convert_float4(rsGetElementAt_uchar4(gIn, x, y1)) * gCoeffs[1];
34 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[2];
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
convolve3x3.rs 29 uint32_t y1 = min((int32_t)y+1, gHeight-1);
32 float4 sum = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[0];
33 sum += convert_float4(rsGetElementAt_uchar4(gIn, x, y1)) * gCoeffs[1];
34 sum += convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)) * gCoeffs[2];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
textblit.c 61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch)
63 int steep = abs(y1 - y0) > abs(x1 - x0);
75 x1 = y1;
76 y1 = t;
87 y0 = y1;
88 y1 = t;
92 deltay = abs(y1 - y0);
97 if (y0 < y1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_textblit.c 60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
62 int steep = abs(y1 - y0) > abs(x1 - x0);
73 x1 = y1;
74 y1 = t;
84 y0 = y1;
85 y1 = t;
89 deltay = abs(y1 - y0);
94 if (y0 < y1)
  /hardware/samsung_slsi/exynos5/include/
ExynosRect.h 121 int y1; //!< Top (The y-coordinate value of upper-left corner) member in struct:ExynosRect2
130 y1 = _y1_;
139 y1 = other->y1;
148 y1 = other.y1;
158 && y1 == other.y1
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ObjectPainter.cpp 96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
103 thickness = y2 - y1;
107 length = y2 - y1;
124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side,
128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color,
133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color,
147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2,
168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2))
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 31 ((y < clip_box.y1) << 3);
34 inline unsigned clip_liang_barsky(T x1, T y1, T x2, T y2,
40 FX_FLOAT deltay = (FX_FLOAT)(y2 - y1);
55 deltay = (y1 > clip_box.y1) ? -nearzero : nearzero;
59 yin = (FX_FLOAT)clip_box.y1;
63 yout = (FX_FLOAT)clip_box.y1;
65 FX_FLOAT tiny = FXSYS_Div(yin - y1, deltay);
82 FX_FLOAT touty = FXSYS_Div(yout - y1, deltay);
89 *y++ = (T)(y1 + FXSYS_Mul(deltay, tinx))
    [all...]
fx_agg_curves.cpp 28 void curve4_div::init(FX_FLOAT x1, FX_FLOAT y1,
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
39 void curve4_div::recursive_bezier(FX_FLOAT x1, FX_FLOAT y1,
49 FX_FLOAT y12 = (y1 + y2) / 2;
61 FX_FLOAT dy = y4 - y1;
68 FXSYS_fabs(y1 + y3 - y2 - y2) +
97 recursive_bezier(x1, y1, x12, y12, x123, y123, x1234, y1234, level + 1);
100 void curve4_div::bezier(FX_FLOAT x1, FX_FLOAT y1,
105 m_points.add(point_type(x1, y1));
106 recursive_bezier(x1, y1, x2, y2, x3, y3, x4, y4, 0)
    [all...]
  /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:__anon25058
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/X11/
Xregion.h 53 short x1, x2, y1, y2; member in struct:__anon26794
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...]
  /external/chromium_org/third_party/skia/src/core/
SkEdge.cpp 36 SkFDot6 x0, y0, x1, y1; local
43 y1 = SkScalarRoundToFDot6(p1.fY, shift);
49 y1 = int(p1.fY * scale);
55 if (y0 > y1) {
57 SkTSwap(y0, y1);
62 int bot = SkFDot6Round(y1);
73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1)
98 y1 >>= 10;
100 SkASSERT(y0 <= y1);
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_convolve3x3.rs 28 uint32_t y1 = min((int32_t)y+1, gHeight-1);
31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1));
32 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, x, y1));
33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1));
69 uint32_t y1 = min((int32_t)y+1, gHeight-1);
72 float3 p00 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y1));
73 float3 p01 = convert_float3(rsGetElementAt_uchar3(gIn, x, y1));
74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1));
110 uint32_t y1 = min((int32_t)y+1, gHeight-1);
113 float2 p00 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y1));
    [all...]
  /external/chromium_org/cc/animation/
timing_function.cc 16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
21 double y1,
24 : bezier_(x1, y1, x2, y2) {}
  /external/chromium_org/third_party/skia/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.h 15 CubicBezier(double x1, double y1, double x2, double y2);
  /external/clang/test/PCH/
pr4489.c 38 void y1(void) function
  /external/skia/include/utils/
SkCubicInterval.h 13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 142 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
154 y1 = curr->yChan + lumstart;
162 oscl_memcpy(y1, y2, MB_SIZE);
163 y1 += width_Y;
165 oscl_memcpy(y1, y2, MB_SIZE);
166 y1 += width_Y;
168 oscl_memcpy(y1, y2, MB_SIZE);
169 y1 += width_Y;
171 oscl_memcpy(y1, y2, MB_SIZE);
172 y1 += width_Y
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse2.c 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
94 y1 = _mm_mulhi_epi16(x1, quant1);
97 y1 = _mm_add_epi16(y1, x1);
102 y1 = _mm_mulhi_epi16(y1, quant_shift1);
106 y1 = _mm_xor_si128(y1, sz1);
108 y1 = _mm_sub_epi16(y1, sz1)
159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
    [all...]
  /external/qemu/android/skin/
rect.c 150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
177 r.y1 = (a.y1 > b.y1) ? a.y1 : b.y1
    [all...]
  /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
94 y1 = _mm_mulhi_epi16(x1, quant1);
97 y1 = _mm_add_epi16(y1, x1);
102 y1 = _mm_mulhi_epi16(y1, quant_shift1);
106 y1 = _mm_xor_si128(y1, sz1);
108 y1 = _mm_sub_epi16(y1, sz1)
159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
    [all...]

Completed in 1571 milliseconds

1 23 4 5 6 7 8 91011>>