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

1234567891011>>

/external/skia/src/core/
H A DSkQuadClipper.h56 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
/external/skqp/src/core/
H A DSkEdgeClipper.h44 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
H A DSkQuadClipper.h56 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
/external/swiftshader/src/Main/
H A DFrameBuffer.hpp52 static void setCursorOrigin(int x0, int y0);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DDevice.hpp32 int y0; member in struct:es1::Viewport
/external/syslinux/com32/lib/sys/
H A Dansi.h47 void (*erase) (const struct term_state * st, int x0, int y0, int x1,
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram.h98 double Remap(double x, double x0, double x1, double y0, double y1) const;
/external/tensorflow/tensorflow/python/ops/
H A Dspectral_grad.py108 y0 = grad[..., 0:1]
111 extra_terms = y0 + is_even * ym * _YMMask(input_shape[-1])
113 # Create a mask matrix for y0 and ym.
116 # Tile base_mask to match y0 in shape so that we can batch-matmul the
118 tiled_mask = _TileForBroadcasting(base_mask, y0)
120 y0_term = math_ops.matmul(tiled_mask, math_ops.conj(y0))
/external/libavc/encoder/
H A Dirc_rd_model.c126 float x0, y0; local
142 y0 = (float)(pi4_res_bits[u1_frm_indx]);
146 sum_y += y0;
147 sum_x_y += x0 * y0;
148 sum_x2_y += x0 * x0 * y0;
/external/libjpeg-turbo/simd/
H A Djccolext-altivec.c48 __vector int y0, y1, y2, y3, cr0, cr1, cr2, cr3, cb0, cb1, cb2, cb3; local
206 y0 = vec_msums(rg0, pw_f0299_f0337, pd_onehalf);
210 y0 = vec_msums(bg0, pw_f0114_f0250, y0);
219 yl = vec_perm((__vector unsigned short)y0, (__vector unsigned short)y1,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c129 int x0, int y0, unsigned int c, GLubyte * bitmap)
144 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
295 GLfloat x0, y0, dx, dy; local
325 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
346 glBitmap(width, height, x0, y0, dx, dy, bm);
127 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/mesa3d/src/glx/
H A Dxfont.c134 int x0, int y0, unsigned int c, GLubyte * bitmap)
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
307 GLfloat x0, y0, dx, dy; local
337 y0 = ch->descent - 1;
357 glBitmap(width, height, x0, y0, dx, dy, bm);
132 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c53 * \param y0 The rect's bottom coordinate
68 compute_pixels_clipped(float x0, float y0, float x1, float y1, argument
76 y0 <= max_y &&
80 y0 <= y1)) {
93 if (y0 < min_y)
94 *clipped_y0 = min_y - y0;
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c129 int x0, int y0, unsigned int c, GLubyte * bitmap)
144 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
294 GLfloat x0, y0, dx, dy; local
324 y0 = ch->descent - 0; /* XXX used to subtract 1 here */
345 glBitmap(width, height, x0, y0, dx, dy, bm);
127 fill_bitmap(Display * dpy, Window win, GC gc, unsigned int width, unsigned int height, int x0, int y0, unsigned int c, GLubyte * bitmap) argument
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
H A Dmasked_autoregressive.py226 y = array_ops.zeros_like(x, name="y0")
245 y0 = array_ops.zeros_like(x, name="y0")
247 _ = self._shift_and_log_scale_fn(y0)
248 def _loop_body(index, y0):
256 shift, log_scale = self._shift_and_log_scale_fn(y0)
266 loop_vars=(0, y0),
/external/libhevc/decoder/
H A Dihevcd_parse_slice.c118 WORD32 x0, WORD32 y0,
213 y1 = y0 + ((1 << log2_trafo_size) >> 1);
220 ret = ihevcd_parse_transform_tree(ps_codec, x0, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 0, intra_pred_mode_tmp);
224 ret = ihevcd_parse_transform_tree(ps_codec, x1, y0, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 1, intra_pred_mode_tmp);
228 ret = ihevcd_parse_transform_tree(ps_codec, x0, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 2, intra_pred_mode_tmp);
232 ret = ihevcd_parse_transform_tree(ps_codec, x1, y1, x0, y0, log2_trafo_size - 1, trafo_depth + 1, 3, intra_pred_mode_tmp);
274 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2);
338 ihevcd_parse_residual_coding(ps_codec, x0, y0, log2_trafo_siz
117 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
537 ihevcd_parse_pcm_sample(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
815 ihevcd_parse_prediction_unit(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 wd, WORD32 ht) argument
959 ihevcd_parse_coding_unit_intra(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
1164 ihevcd_parse_coding_unit(codec_t *ps_codec, WORD32 x0, WORD32 y0, WORD32 log2_cb_size) argument
1684 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/libxcam/cl_kernel/
H A Dkernel_bayer_pipe.cl67 int y0 = get_shared_pos_y (index) + y_start;
68 int2 pos = (int2)(x0, y0);
71 y0 = y0 > 0 ? y0 : 0;
73 gr = read_imagef (input, sampler, (int2)(x0, y0));
74 r = read_imagef (input, sampler, (int2)(x0, y0 + input_height));
75 b = read_imagef (input, sampler, (int2)(x0, y0 + input_height * 2));
76 gb = read_imagef (input, sampler, (int2)(x0, y0 + input_height * 3));
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp26 unsigned y0 = XY >> 14; local
27 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
29 unsigned subY = y0 & 0xF;
132 unsigned y0 = XY >> 14; local
133 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
135 unsigned subY = y0 & 0xF;
/external/skqp/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp26 unsigned y0 = XY >> 14; local
27 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
29 unsigned subY = y0 & 0xF;
132 unsigned y0 = XY >> 14; local
133 const uint32_t* row0 = reinterpret_cast<const uint32_t*>(srcAddr + (y0 >> 4) * rb);
135 unsigned subY = y0 & 0xF;
/external/mesa3d/src/intel/blorp/
H A Dblorp_priv.h96 uint32_t y0; member in struct:brw_blorp_discard_rect
170 uint32_t y0; member in struct:blorp_params
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dconvolute.c85 mpd_uint_t y0 = c2[i]; local
88 MULMOD2(&x0, y0, &x1, y1);
/external/skia/bench/
H A DTextBench.cpp129 const SkScalar y0 = SkIntToScalar(-10); variable
142 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
/external/skia/gm/
H A Dcoloremoji_blendmodes.cpp114 SkScalar y0 = 0; variable
115 SkScalar x = x0, y = y0;
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp69 const int y0 = bounds.top(); local
88 SkIntToScalar(offsets[i].x() - x0), SkIntToScalar(offsets[i].y() - y0),

Completed in 762 milliseconds

1234567891011>>