Searched refs:ys (Results 1 - 25 of 53) sorted by relevance

123

/external/kernel-headers/original/uapi/linux/
H A Dtiocl.h15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHPublicKeySpecTest.java42 BigInteger[] ys = { new BigInteger("-1000000000000"), BigInteger.ZERO,
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
52 dhpks.getY(), ys[i]);
/external/chromium_org/ppapi/examples/2d/
H A Dscroll.cc86 for (int ys = 0; ys < graphics.size().height() / kSquareSpacing + 2; ys++) {
90 int y = ys * kSquareSpacing + y_offset - paint_bounds.y();
/external/blktrace/btt/
H A Dbtt_plot.py109 def avg(xs, ys):
123 return xs, ys
126 ays = [ys[0]]
128 _ys = [ys[0]]
131 for idx in range(1, len(ys)):
138 _ys = [ys[idx]]
141 _ys.append(ys[idx])
161 ys = []
169 ys.append(y)
171 db[file] = {'x':xs, 'y':ys}
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp78 operands_match(fs_reg *xs, fs_reg *ys) argument
80 return xs[0].equals(ys[0]) && xs[1].equals(ys[1]) && xs[2].equals(ys[2]);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp78 operands_match(fs_reg *xs, fs_reg *ys) argument
80 return xs[0].equals(ys[0]) && xs[1].equals(ys[1]) && xs[2].equals(ys[2]);
/external/mksh/src/
H A Dsyn.c1124 struct yyrecursive_state *ys; local
1135 ys = alloc(sizeof(struct yyrecursive_state), ATEMP);
1138 ys->old_nesting_type = subshell_nesting_type;
1142 ys->old_reject = reject;
1143 ys->old_symbol = symbol;
1145 ys->old_herep = herep;
1146 ys->old_salias = sALIAS;
1148 ys->next = e->yyrecursive_statep;
1149 e->yyrecursive_statep = ys;
1164 struct yyrecursive_state *ys; local
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c73 int xs, int ys) {
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
178 int xs, ys, subpel_x, subpel_y; local
184 ys = sf->y_step_q4;
189 xs = ys = 16;
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
319 ys = sf->y_step_q4;
331 xs = ys = 16;
352 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BIT
66 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_reconinter.c120 int xs, int ys) {
123 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
155 int xs, int ys, int bd) {
158 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
290 int xs, ys, subpel_x, subpel_y; local
296 ys = sf->y_step_q4;
301 xs = ys = 16;
311 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys,
315 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
319 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
113 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys) argument
148 high_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys, int bd) argument
399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \
52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \
93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \
52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \
93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
/external/libyuv/files/include/libyuv/
H A Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \
52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \
93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
/external/libhevc/decoder/
H A Dihevcd_parse_residual.c473 WORD32 xs, ys; local
480 /* Get xs and ys from scan position */
483 ys = sub_blk_pos >> (log2_trafo_size - 2);
492 nbr_csbf |= (au2_csbf[ys + 1] >> xs) & 1;
500 nbr_csbf |= (au2_csbf[ys] >> (xs + 1)) & 1;
535 au2_csbf[ys] |= u4_mask;
537 au2_csbf[ys] &= ~u4_mask;
645 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmswtpnt.c149 cmsFloat64Number xs, ys; local
156 ys = WhitePoint -> y;
160 us = (2*xs) / (-xs + 6*ys + 1.5);
161 vs = (3*ys) / (-xs + 6*ys + 1.5);
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp561 int32_t ys = startOfYear(year, status); // 1st day of year local
562 int32_t dayOfYear = (d - ys);
567 ys = startOfYear(year, status);
568 dayOfYear = (d - ys);
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp568 int32_t ys = startOfYear(year, status); // 1st day of year local
569 int32_t dayOfYear = (d - ys);
574 ys = startOfYear(year, status);
575 dayOfYear = (d - ys);
/external/opencv/cv/src/
H A Dcvsamplers.cpp619 double ys = A22*y + A23; \
624 (unsigned)(cvFloor(ys)-1) < (unsigned)(src_size.height - 3) && \
631 int iys = cvFloor( ys ); \
633 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
637 ys += A21; \
646 int ixs = cvFloor( xs ), iys = cvFloor( ys ); \
647 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
650 xs += A11; ys += A21; \
695 double ys = A22*y + A23; \
700 (unsigned)(cvFloor(ys)
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py18 ys = [y for x, y in array]
19 return min(xs), min(ys), max(xs), max(ys)
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py18 ys = [y for x, y in array]
19 return min(xs), min(ys), max(xs), max(ys)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp614 unsigned long long borrow, carry, y, ys; local
616 uint32_t borrow, carry, y, ys; local
637 ys = *sx++ * (unsigned long long)q + carry;
638 carry = ys >> 32;
639 y = *bx - (ys & 0xffffffffUL) - borrow;
644 ys = (si & 0xffff) * q + carry;
645 zs = (si >> 16) * q + (ys >> 16);
647 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
669 ys = *sx++ + carry;
670 carry = ys >> 3
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c249 float ys = y + s; local
251 int j = FASTFLOOR(ys);
332 float ys = y + s; local
335 int j = FASTFLOOR(ys);
489 float ys = y + s; local
493 int j = FASTFLOOR(ys);
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c249 float ys = y + s; local
251 int j = FASTFLOOR(ys);
332 float ys = y + s; local
335 int j = FASTFLOOR(ys);
489 float ys = y + s; local
493 int j = FASTFLOOR(ys);
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
266 ys = y * sin_angle;
272 rotation.m[0][2] = (one_minus_cos * zx) + ys;
280 rotation.m[2][0] = (one_minus_cos * zx) - ys;
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc235 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
250 ys = y * sin_angle;
256 rotation.m[0][2] = (one_minus_cos * zx) + ys;
264 rotation.m[2][0] = (one_minus_cos * zx) - ys;
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc251 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs; local
266 ys = y * sin_angle;
272 rotation.m[0][2] = (one_minus_cos * zx) + ys;
280 rotation.m[2][0] = (one_minus_cos * zx) - ys;

Completed in 945 milliseconds

123