Searched defs:ys (Results 1 - 25 of 32) sorted by relevance

12

/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/kernel-headers/original/uapi/linux/
H A Dtiocl.h15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleTest.cpp47 float ys[3] = { prev(pt.fY), pt.fY, next(pt.fY) }; local
50 SkPoint test = { xs[xIdx], ys[yIdx] };
/external/skia/tests/
H A DPathOpsAngleTest.cpp47 float ys[3] = { prev(pt.fY), pt.fY, next(pt.fY) }; local
50 SkPoint test = { xs[xIdx], ys[yIdx] };
/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);
H A Dislamcal.cpp307 int32_t ys = yearStart(UMALQURA_YEAR_START-1); local
308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1);
310 ys+= handleGetYearLength(i);
312 return 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);
H A Dislamcal.cpp307 int32_t ys = yearStart(UMALQURA_YEAR_START-1); local
308 ys+= handleGetYearLength(UMALQURA_YEAR_START-1);
310 ys+= handleGetYearLength(i);
312 return ys;
/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;
H A Dihevcd_iquant_itrans_recon_ctb.c162 WORD32 xs, ys; local
286 ys = coeff_raster_idx >> 2;
295 + (subblk_pos_y + ys)
306 + (subblk_pos_y + ys)
321 *pu4_zero_rows &= ~(0x1 << (subblk_pos_y + ys));
322 *(pi2_sblk_ptr + xs + ys * trans_size) = iquant_out;
/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/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;
/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/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/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/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/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
931 ys = y * s;
938 M(0,2) = (one_c * zx) + ys;
946 M(2,0) = (one_c * zx) - ys;
/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp325 double ys = y * s; local
337 SkDoubleToMScalar(zxC - ys), // trans x
343 SkDoubleToMScalar(zxC + ys), // persp x
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp70 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \ local
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
931 ys = y * s;
938 M(0,2) = (one_c * zx) + ys;
946 M(2,0) = (one_c * zx) - ys;
/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/skia/src/utils/
H A DSkMatrix44.cpp325 double ys = y * s; local
337 SkDoubleToMScalar(zxC - ys), // trans x
343 SkDoubleToMScalar(zxC + ys), // persp x

Completed in 480 milliseconds

12