Searched defs:y1 (Results 226 - 250 of 435) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Ddead-stores.c243 int y1 = 4; local
265 ++y1;
291 (void)y1;
/external/clang/test/SemaCXX/
H A Denum-scoped.cpp157 enum F y1 = a; // ok member in namespace:E1::E2::Redeclare5::N2764
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp105 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
204 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
210 x1, y1, 0.0f, 1.0f,
215 x2, y1, 0.0f, 1.0f,
216 x1, y1, 0.0f, 1.0f
260 const int y1i = (int)((py/2.0f) * y1 + oy);
281 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
296 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType) argument
307 const int y1i = (int)((py/2.0) * y1 + oy);
/external/deqp/modules/gles2/functional/
H A Des2fStencilTests.cpp211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
243 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp457 float y1 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
H A Des3fStencilTests.cpp214 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight()); local
246 sglr::drawQuad(context, m_shaderID, Vec3(x0, y0, op.depth), Vec3(x1, y1, op.depth));
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp107 const float y1 = float((ry+rh)*2)/h - 1.0f; local
111 positions[rectNdx*4 + 2] = Vec2(x0, y1);
112 positions[rectNdx*4 + 3] = Vec2(x1, y1);
181 const int y1 = y0+rectIter->w(); local
183 for (int y = y0; y < y1; y++)
/external/icu/icu4c/source/i18n/
H A Dnfrs.cpp67 int64_t y1 = y; local
70 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 y1 >>= 1;
78 t = -y1;
90 y1 = -t;
92 t = x1 - y1;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c456 int y1, int u1, int v1, int alpha, int stride) {
458 int y1_const = y1 * ((1 << 16) - alpha);
489 int y1, int u1, int v1, int alpha, int stride) {
491 int y1_const = y1 * ((1 << 16) - alpha);
544 int y1, int u1, int v1, int alpha, int stride) {
546 int y1_const = y1 * ((1 << 16) - alpha);
569 static void constrain_line(int x0, int *x1, int y0, int *y1, argument
576 dy = *y1 - y0;
580 *y1 = ((width - x0) * dy) / dx + y0;
584 dy = *y1
455 vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride) argument
488 vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride) argument
543 vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int stride) argument
[all...]
H A Dvp9_reconinter.c352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1; local
363 y1 += VP9_INTERP_EXTEND;
369 y0 < 0 || y0 > frame_height - 1 || y1 < 0 || y1 > frame_height - 1) {
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c329 float x0, float y0, float x1, float y1,
348 ctx->vertices[2][0][1] = y1;
354 ctx->vertices[3][0][1] = y1;
328 setup_vertex_data_tex(struct blit_state *ctx, float x0, float y0, float x1, float y1, float s0, float t0, float s1, float t1, float z) argument
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_surface.c872 float x0, x1, y0, y1, z; local
892 (float)(info->src.y1 - info->src.y0) /
893 (float)(info->dst.y1 - info->dst.y0);
899 y1 = y0 + 16384.0f * y_range;
904 y1 *= (float)(1 << nv50_miptree(src)->ms_y);
923 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
943 PUSH_DATAf(push, y1);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c958 float x0, x1, y0, y1; local
984 (float)(info->src.y1 - info->src.y0) /
985 (float)(info->dst.y1 - info->dst.y0);
991 y1 = y0 + 16384.0f * y_range;
996 y1 *= (float)(1 << nv50_miptree(src)->ms_y);
1012 PUSH_DATA (push, (info->dst.y1 << 16) | info->dst.y0);
1036 PUSH_DATAf(push, y1);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c529 VGfloat x1, y1; local
541 y1 = 0;
558 x1, y1, x2, y2, x3, y3, x4, y4);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c570 int x0, int y0, int x1, int y1)
573 x0, y0, x1, y1, exa->solid_color);
568 xorg_solid(struct exa_context *exa, struct exa_pixmap_priv *pixmap, int x0, int y0, int x1, int y1) argument
H A Dxorg_exa.c378 ExaSolid(PixmapPtr pPixmap, int x0, int y0, int x1, int y1) argument
385 exa_debug_printf("\tExaSolid(%d, %d, %d, %d)\n", x0, y0, x1, y1);
388 x1 == pPixmap->drawable.width && y1 == pPixmap->drawable.height) {
398 xorg_solid(exa, priv, x0, y0, x1, y1) ;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c542 int x1, y1, x2, y2; local
551 y1 = ctx->DrawBuffer->Height - (y + h);
553 y2 = y1 + h - 1;
554 DBG("%s %d..%d,%d..%d (inverted)\n", __FUNCTION__, x1, x2, y1, y2);
560 y1 = y;
563 DBG("%s %d..%d,%d..%d (not inverted)\n", __FUNCTION__, x1, x2, y1, y2);
567 y1 = CLAMP(y1, 0, ctx->DrawBuffer->Height - 1);
571 DBG("%s %d..%d,%d..%d (clamped)\n", __FUNCTION__, x1, x2, y1, y2);
574 i830->state.Buffer[I830_DESTREG_SR1] = (y1 << 1
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c259 float x1, y1, x2, y2; local
280 y1 = y0 - j1 + G2;
297 t1 = 0.5f - x1 * x1 - y1 * y1;
302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
416 y1 = y0 - j1 + G3;
439 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1;
446 y1, z
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c343 const GLfloat y1 = (GLfloat)(y + height); local
349 const GLfloat clip_y1 = (GLfloat)(y1 / fb_height * 2.0 - 1.0);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch_tmp.h1446 const GLubyte y1 = (*src1 >> 8) & 0xff; /* luminance */ local
1448 const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */
1476 const GLubyte y1 = *src1 & 0xff; /* luminance */ local
1478 const GLubyte y = (i & 1) ? y1 : y0; /* choose even/odd luminance */
/external/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c358 _mesa_noop_Rectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) argument
/external/opencv/cv/src/
H A Dcvgeometry.cpp114 icvIntersectLines( double x1, double dx1, double y1, double dy1, argument
122 *t2 = ((x2 - x1) * dy1 - (y2 - y1) * dx1) / d;
H A Dcvmorph.cpp322 int y0, int y1, int y2 )
329 return CvBaseImageFilter::fill_cyclic_buffer( src, src_step, y0, y1, y2 );
321 fill_cyclic_buffer( const uchar* src, int src_step, int y0, int y1, int y2 ) argument
H A Dcvsegmentation.cpp445 int x0 = j, y0 = i, x1, y1, iter; local
520 y1 = cvRound(sy*icount);
525 stop_flag = (x0 == x1 && y0 == y1) || abs(x1-x0) + abs(y1-y0) +
529 x0 = x1; y0 = y1;
H A Dcvtemplmatch.cpp208 int x1 = MAX( 0, x0 ), y1 = MAX( 0, y0 ), x2, y2; local
221 src = cvGetSubRect( img, &sstub, cvRect(x1,y1,x2-x1,y2-y1) );
226 if( x2 - x1 < isz.width || y2 - y1 < isz.height )
228 cvRect( x1 - x0, y1 - y0, x2 - x1, y2 - y1 ));
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
244 cvCopyMakeBorder( dst1, dst, cvPoint(x1 - x0, y1 - y0), IPL_BORDER_REPLICATE );

Completed in 492 milliseconds

1234567891011>>