Searched refs:y0 (Results 126 - 150 of 395) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c639 int x0, int y0,
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
654 int x0, int y0,
658 out[0] = get_texel_2d( samp, addr, x0, y0 );
659 out[1] = get_texel_2d( samp, addr, x1, y0 );
808 int y0 = vflr & (ypot - 1); local
817 if (x0 < xmax && y0 < ymax) {
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
822 unsigned y1 = (y0
637 get_texel_quad_2d_no_border(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
652 get_texel_quad_2d(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
863 int y0 = vflr & (ypot - 1); local
897 int x0, y0; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c639 int x0, int y0,
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
654 int x0, int y0,
658 out[0] = get_texel_2d( samp, addr, x0, y0 );
659 out[1] = get_texel_2d( samp, addr, x1, y0 );
808 int y0 = vflr & (ypot - 1); local
817 if (x0 < xmax && y0 < ymax) {
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
822 unsigned y1 = (y0
637 get_texel_quad_2d_no_border(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
652 get_texel_quad_2d(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
863 int y0 = vflr & (ypot - 1); local
897 int x0, y0; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.c51 fprintf(fd, " tw=%d, th=%d x0=%d x1=%d y0=%d y1=%d\n",
52 img->tw, img->th, tcd->image->x0, tcd->image->x1, tcd->image->y0, tcd->image->y1);
57 fprintf(fd, " x0=%d, y0=%d, x1=%d, y1=%d, numcomps=%d\n",
58 tile->x0, tile->y0, tile->x1, tile->y1, tile->numcomps);
63 " x0=%d, y0=%d, x1=%d, y1=%d, numresolutions=%d\n",
64 tilec->x0, tilec->y0, tilec->x1, tilec->y1, tilec->numresolutions);
69 " x0=%d, y0=%d, x1=%d, y1=%d, pw=%d, ph=%d, numbands=%d\n",
70 res->x0, res->y0, res->x1, res->y1, res->pw, res->ph, res->numbands);
75 " x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d\n",
76 band->x0, band->y0, ban
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.cpp57 static inline void initEdgeCCW (EdgeFunction& edge, const HorizontalFill horizontalFill, const VerticalFill verticalFill, const deInt64 x0, const deInt64 y0, const deInt64 x1, const deInt64 y1) argument
62 const deInt64 yd = y1-y0;
70 edge.a = (y0 - y1);
72 edge.c = x0*y1 - y0*x1;
436 const deInt64 y0 = toSubpixelCoord(v0.y()); local
445 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x0, y0, x1, y1);
447 initEdgeCCW(m_edge20, m_horizontalFill, m_verticalFill, x2, y2, x0, y0);
452 initEdgeCCW(m_edge01, m_horizontalFill, m_verticalFill, x1, y1, x0, y0);
454 initEdgeCCW(m_edge20, m_horizontalFill, m_verticalFill, x0, y0, x2, y2);
473 const deInt64 yMin = de::min(de::min(y0, y
505 const int y0 = m_curPos.y(); local
[all...]
/external/libhevc/decoder/
H A Dihevcd_parse_slice.c115 WORD32 x0, WORD32 y0,
210 y1 = y0 + ((1 << log2_trafo_size) >> 1);
217 ihevcd_parse_transform_tree(ps_codec, x0, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 0, intra_pred_mode_tmp);
220 ihevcd_parse_transform_tree(ps_codec, x1, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 1, intra_pred_mode_tmp);
223 ihevcd_parse_transform_tree(ps_codec, x0, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 2, intra_pred_mode_tmp);
226 ihevcd_parse_transform_tree(ps_codec, x1, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 3, intra_pred_mode_tmp);
267 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2);
325 ihevcd_parse_residual_coding(ps_codec, x0, y0, log2_trafo_siz
114 ihevcd_parse_transform_tree(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 cu_x_base, WORD32 cu_y_base, WORD32 log2_trafo_size, WORD32 trafo_depth, WORD32 blk_idx, WORD32 intra_pred_mode) argument
524 ihevcd_parse_pcm_sample(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
802 ihevcd_parse_prediction_unit(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 wd, WORD32 ht) argument
946 ihevcd_parse_coding_unit_intra(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
1151 ihevcd_parse_coding_unit(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
1670 ihevcd_parse_coding_quadtree(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size, WORD32 ct_depth) argument
[all...]
/external/opencv/cv/src/
H A Dcvlinefit.cpp106 float x0 = 0, y0 = 0, z0 = 0; local
133 y0 += y * w;
153 y0 += y;
167 y0 /= w0;
171 dxy = xy - x0 * y0;
173 dy2 = y2 - y0 * y0;
174 dyz = yz - y0 * z0;
213 line[4] = y0;
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.cpp198 FX_INT32 x0, x1, y0, y1, xx, yy; local
206 y0 = -y;
208 y0 = 0;
215 if (y0 >= y1) {
237 pLineSrc = m_pData + y0 * m_nStride;
242 for (yy = y0; yy < y1; ++yy) {
254 for (yy = y0; yy < y1; ++yy) {
266 for (yy = y0; yy < y1; ++yy) {
278 for (yy = y0; yy < y1; ++yy) {
290 for (yy = y0; y
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h577 int y0; /**< always top */ member in struct:pipe_resolve_info::__anon14141
586 int y0; member in struct:pipe_resolve_info::__anon14142
/external/chromium_org/third_party/skia/bench/
H A DTextBench.cpp106 const SkScalar y0 = SkIntToScalar(-10); local
119 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapFilter.cpp43 int y0 = SkClampMax(SkScalarCeilToInt(srcPt.fY-s.getBitmapFilter()->width()), maxY); local
53 for (int srcY = y0; srcY < y1; srcY++) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkMergeImageFilter.cpp72 const int y0 = bounds.top(); local
101 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
/external/chromium_org/third_party/skia/tests/
H A DClipCubicTest.cpp57 static SkPoint* SetCurve(float x0, float y0, argument
62 crv[0].fX = x0; crv[0].fY = y0;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h577 int y0; /**< always top */ member in struct:pipe_resolve_info::__anon27552
586 int y0; member in struct:pipe_resolve_info::__anon27553
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp161 FX_INT32 x0, y0, x1, y1, x2, y2; local
166 y0 = yPos;
174 y0 = ySize + yPos;
182 y0 = ySize + yPos;
190 y0 = yPos;
198 FXSYS_Div((FX_FLOAT)(y2 - y0), m_PageWidth),
200 FXSYS_Div((FX_FLOAT)(y1 - y0), m_PageHeight),
201 (FX_FLOAT)(x0), (FX_FLOAT)(y0));
/external/skia/bench/
H A DTextBench.cpp106 const SkScalar y0 = SkIntToScalar(-10); local
119 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
/external/skia/src/core/
H A DSkBitmapFilter.cpp42 int y0 = SkClampMax(SkScalarCeilToInt(srcPt.fY-s.getBitmapFilter()->width()), maxY); local
47 for (int srcY = y0; srcY < y1; srcY++) {
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp81 const int y0 = bounds.top(); local
110 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
/external/skia/tests/
H A DClipCubicTest.cpp57 static SkPoint* SetCurve(float x0, float y0, argument
62 crv[0].fX = x0; crv[0].fY = y0;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.c565 struct vertex2f res = { rect.x0 / size.x, rect.y0 / size.y };
643 result.y0 = layer->dst.tl.y * layer->viewport.scale[1] + layer->viewport.translate[1];
649 result.y0 = MAX2(result.y0, s->scissor.miny);
693 dirty->y0 >= drawn.y0 &&
698 dirty->x0 = dirty->y0 = MAX_DIRTY;
734 dirty->y0 = MIN2(drawn.y0, dirty->y0);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h280 dst->y0 = src->y0;
302 box.y = MIN2(rect->y0, rect->y1);
304 box.height = abs(rect->y1 - rect->y0);
/external/chromium_org/third_party/skia/gm/
H A Dxfermodes.cpp234 SkScalar y0 = 0; local
236 SkScalar x = x0, y = y0;
275 y0 = y;
278 y0 = 0;
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp89 Y0<f0> y0; variable
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.c565 struct vertex2f res = { rect.x0 / size.x, rect.y0 / size.y };
643 result.y0 = layer->dst.tl.y * layer->viewport.scale[1] + layer->viewport.translate[1];
649 result.y0 = MAX2(result.y0, s->scissor.miny);
693 dirty->y0 >= drawn.y0 &&
698 dirty->x0 = dirty->y0 = MAX_DIRTY;
734 dirty->y0 = MIN2(drawn.y0, dirty->y0);
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h280 dst->y0 = src->y0;
302 box.y = MIN2(rect->y0, rect->y1);
304 box.height = abs(rect->y1 - rect->y0);
/external/skia/gm/
H A Dxfermodes.cpp233 SkScalar y0 = 0; local
235 SkScalar x = x0, y = y0;
274 y0 = y;
277 y0 = 0;

Completed in 4686 milliseconds

1234567891011>>