Searched refs:y0 (Results 201 - 225 of 395) sorted by relevance

1234567891011>>

/external/opencv/cv/src/
H A Dcvundistort.cpp52 float x0 = (size.width-1)*0.5f, y0 = (size.height-1)*0.5f; local
70 float _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
236 y0 = (size.height-1)*0.5f;
249 double _y = fy*(y*kr + p1*(r2 + 2*y2) + p2*_2xy) + y0;
444 double x, y, x0, y0; local
457 y0 = y = (y - cy)*ify;
467 y = (y0 - deltaY)*icdist;
/external/pixman/pixman/
H A Dpixman-bits-image.c78 int y0 = pixman_fixed_to_int (y - pixman_fixed_e); local
83 repeat (image->common.repeat, &y0, image->height);
85 return get_pixel (image, x0, y0, FALSE);
89 return get_pixel (image, x0, y0, TRUE);
696 pixman_fixed_t x0, y0; local
703 y0 = ((pixman_fixed_48_16_t)y << 16) / w;
708 y0 = 0;
712 &image->bits, x0, y0, fetch_pixel_general);
1059 int width, height, x0, y0; local
1068 y0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
560 bbox.y1 < bbox.y0) {
575 bbox.y0 = MAX2(bbox.y0, 0);
700 plane[6].c = 1-scissor->y0;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_clear.c137 float x0, float y0, float x1, float y1, GLfloat z,
152 vertices[0][0][1] = y0;
155 vertices[1][0][1] = y0;
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; local
212 x0, y0,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
136 draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, GLfloat z, const union pipe_color_union *color) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c550 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
560 bbox.y1 < bbox.y0) {
575 bbox.y0 = MAX2(bbox.y0, 0);
700 plane[6].c = 1-scissor->y0;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c137 float x0, float y0, float x1, float y1, GLfloat z,
152 vertices[0][0][1] = y0;
155 vertices[1][0][1] = y0;
203 const GLfloat y0 = (GLfloat) ctx->DrawBuffer->_Ymin / fb_height * 2.0f - 1.0f; local
212 x0, y0,
314 draw_quad(st, x0, y0, x1, y1, (GLfloat) ctx->Depth.Clear, &clearColor);
136 draw_quad(struct st_context *st, float x0, float y0, float x1, float y1, GLfloat z, const union pipe_color_union *color) argument
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp559 const int y0 = deRoundFloatToInt32(float(height)*(pointIter->y()*0.5f + 0.5f) - pointIter->z()*0.5f); local
563 const int h = y1-y0;
573 const int dy = y0+yo;
835 const float y0 = -1.0f + quadY*h; local
839 m_positions[vtxNdx+0] = tcu::Vec4(x0, y0, 0.0f, 1.0f);
840 m_positions[vtxNdx+1] = tcu::Vec4(x0+w, y0+h, 0.0f, 1.0f);
841 m_positions[vtxNdx+2] = tcu::Vec4(x0, y0+h, 0.0f, 1.0f);
845 m_positions[vtxNdx+0] = tcu::Vec4(x0+w, y0+h, 0.0f, 1.0f);
846 m_positions[vtxNdx+1] = tcu::Vec4(x0, y0, 0.0f, 1.0f);
847 m_positions[vtxNdx+2] = tcu::Vec4(x0+w, y0, 0.
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp196 // [y0 y1 y2]
203 double y0 = qPts[0].fY; local
208 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a3 = y2-y0;
260 a5 = x2*y0-x0*y2;
262 a6 = y0-y1;
264 a8 = x0*y1-x1*y0;
308 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dltp.c92 spx_word16_t y0, y1, y2, y3;
93 /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/
94 y0=*y++;
104 part1 = MULT16_16(*x,y0);
109 y0=*y++;
113 part4 = MAC16_16(part4,*x,y0);
118 part3 = MAC16_16(part3,*x,y0);
123 part2 = MAC16_16(part2,*x,y0);
/external/skia/src/gpu/
H A DGrPathUtils.cpp196 // [y0 y1 y2]
203 double y0 = qPts[0].fY; local
208 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a3 = y2-y0;
260 a5 = x2*y0-x0*y2;
262 a6 = y0-y1;
264 a8 = x0*y1-x1*y0;
308 // k = (y2 - y0, x0 - x2, (x2 - x0)*y0
[all...]
/external/speex/libspeex/
H A Dltp.c92 spx_word16_t y0, y1, y2, y3;
93 /*y0=y[0];y1=y[1];y2=y[2];y3=y[3];*/
94 y0=*y++;
104 part1 = MULT16_16(*x,y0);
109 y0=*y++;
113 part4 = MAC16_16(part4,*x,y0);
118 part3 = MAC16_16(part3,*x,y0);
123 part2 = MAC16_16(part2,*x,y0);
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c478 OI_INT32 y0, y1, y2, y3; local
487 y0 = -SCALE(f1 + f3, DCT_SHIFT);
502 out[6] = (OI_INT16)y0;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dtestutils.cc315 const uint8* y0 = frame0->GetYPlane(); local
323 if (0 != memcmp(y0, y1, frame0->GetWidth())) {
326 y0 += frame0->GetYPitch();
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp129 int y0 = deFloorFloatToInt32(v-0.5f); local
130 int y1 = y0+1;
134 int j0 = de::clamp(y0, 0, h-1);
H A DtcuTexLookupVerifier.cpp106 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z) argument
108 dst.p00 = lookup<float>(level, sampler, x0, y0, z);
109 dst.p10 = lookup<float>(level, sampler, x1, y0, z);
405 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0 += searchStep)
408 const float b0 = de::min(y0, yBounds0.y());
456 for (float y0 = yBounds0.x(); y0 < yBounds0.y()+searchStep; y0
664 const int y0 = wrap(sampler.wrapT, j , h); local
725 const int y0 = wrap(sampler.wrapT, j , h); local
1025 const int y0 = wrap(sampler.wrapT, j0 , h0); local
1050 const int y0 = wrap(sampler.wrapT, j1 , h1); local
1132 const int y0 = wrap(sampler.wrapT, j0 , h0); local
1164 const int y0 = wrap(sampler.wrapT, j1 , h1); local
[all...]
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dvgu.h79 VGfloat x0, VGfloat y0,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c124 (float)quad->input.x0, (float)quad->input.y0,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_priv.h254 int x0, int y0, int x1, int y1, float *color);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h192 uint32_t y0; member in class:brw_blorp_params
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c325 int x0, y0; local
348 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
356 if (y0 + bs <= frame_height) {
360 const int extend_bottom = frame_height - y0;
/external/mesa3d/include/VG/
H A Dvgu.h79 VGfloat x0, VGfloat y0,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c124 (float)quad->input.x0, (float)quad->input.y0,
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h254 int x0, int y0, int x1, int y1, float *color);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h192 uint32_t y0; member in class:brw_blorp_params
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Drenderer.c500 VGfloat x0, VGfloat y0,
511 r->vertices[0][0][1] = y0;
515 r->vertices[1][0][1] = y0;
531 VGfloat x0, VGfloat y0,
540 t0 = y0 / tex_height;
1230 VGint x0, y0, x1, y1, iw, ih; local
1233 y0 = (VGint) y;
1236 if (y0 < 0)
1237 y0 = 0;
1248 ih = y1 - y0;
499 renderer_quad_pos(struct renderer *r, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1, VGboolean scissor) argument
530 renderer_quad_texcoord(struct renderer *r, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1, VGint tex_width, VGint tex_height) argument
[all...]

Completed in 1021 milliseconds

1234567891011>>