/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_fs_cse.cpp | 78 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 D | tiocl.h | 15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
|
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_reconinter.h | 30 int xs, int ys) { 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); 44 int xs, int ys, int bd); 23 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
|
H A D | vp9_reconinter.c | 30 int xs, int ys, int bd) { 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd); 186 int xs, ys, subpel_x, subpel_y; local 205 ys = sf->y_step_q4; 210 xs = ys = 16; 220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, 224 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); 228 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); 23 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
|
/external/okhttp/okio/okio/src/test/java/okio/ |
H A D | SegmentSharingTest.java | 30 private static final String ys = TestUtil.repeat('y', Segment.SIZE / 2 + 2); field in class:SegmentSharingTest 39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); 40 assertEquivalent(byteString, concatenateBuffers(xs, ys + zs).snapshot()); 41 assertEquivalent(byteString, concatenateBuffers(xs + ys + zs).snapshot()); 42 assertEquivalent(byteString, ByteString.encodeUtf8(xs + ys + zs)); 46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); 50 assertEquals('y', byteString.getByte(xs.length() + ys.length() - 1)); 51 assertEquals('z', byteString.getByte(xs.length() + ys.length())); 52 assertEquals('z', byteString.getByte(xs.length() + ys.length() + zs.length() - 1)); 59 byteString.getByte(xs.length() + ys [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
H A D | ImfChannelList.cpp | 54 Channel::Channel (PixelType t, int xs, int ys, bool pl): argument 57 ySampling (ys),
|
H A D | ImfPizCompressor.cpp | 165 int ys; member in struct:Imf::PizCompressor::ChannelData 357 cd.ys = c.channel().ySampling; 376 if (modp (y, cd.ys) != 0) 399 if (modp (y, cd.ys) != 0) 533 cd.ys = c.channel().ySampling; 618 if (modp (y, cd.ys) != 0) 641 if (modp (y, cd.ys) != 0)
|
H A D | ImfB44Compressor.cpp | 460 int ys; member in struct:Imf::B44Compressor::ChannelData 526 _channelData[i].ys = c.channel().ySampling; 691 if (modp (y, cd.ys) != 0) 730 if (modp (y, cd.ys) != 0) 1008 if (modp (y, cd.ys) != 0) 1041 if (modp (y, cd.ys) != 0)
|
H A D | ImfTiledRgbaFile.cpp | 398 size_t ys = yStride * sizeof (Rgba); local 402 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys)); 403 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys)); 404 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys)); 405 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys)); 835 size_t ys = yStride * sizeof (Rgba); local 842 xs, ys, 849 xs, ys, 856 xs, ys, 863 xs, ys, [all...] |
H A D | ImfOutputFile.cpp | 106 size_t xs, size_t ys, 113 yStride (ys), 104 OutSliceInfo(PixelType t, const char *b, size_t xs, size_t ys, int xsm, int ysm, bool z) argument
|
H A D | ImfRgbaFile.cpp | 667 size_t ys = yStride * sizeof (Rgba); local 671 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys)); 672 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys)); 673 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys)); 674 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys)); 1236 size_t ys = yStride * sizeof (Rgba); local 1243 xs, ys, 1250 xs, ys, 1257 xs, ys, 1264 xs, ys, [all...] |
H A D | ImfScanLineInputFile.cpp | 110 size_t xs, size_t ys, 119 yStride (ys), 107 InSliceInfo(PixelType tifb, PixelType tifl, char *b, size_t xs, size_t ys, int xsm, int ysm, bool f, bool s, double fv) argument
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | matrixop.c | 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local 102 ys = ay * s; 107 rot[2*4 + 0] = xz * one_c + ys; 115 rot[0*4 + 2] = xz * one_c - ys;
|
/external/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 568 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/libhevc/decoder/ |
H A D | ihevcd_parse_residual.c | 474 WORD32 xs, ys; local 481 /* Get xs and ys from scan position */ 484 ys = sub_blk_pos >> (log2_trafo_size - 2); 493 nbr_csbf |= (au2_csbf[ys + 1] >> xs) & 1; 501 nbr_csbf |= (au2_csbf[ys] >> (xs + 1)) & 1; 536 au2_csbf[ys] |= u4_mask; 538 au2_csbf[ys] &= ~u4_mask; 646 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
|
H A D | ihevcd_iquant_itrans_recon_ctb.c | 162 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/opencv3/modules/imgproc/src/ |
H A D | samplers.cpp | 285 double ys = A22*y + A23; local 290 (unsigned)(cvFloor(ys)-1) < (unsigned)(src_size.height - 3) && 297 int iys = cvFloor( ys ); 299 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b; 302 ys += A21; 333 int ixs = cvFloor( xs ), iys = cvFloor( ys ); 334 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b; 337 xs += A11; ys += A21;
|
H A D | canny.cpp | 479 int ys = _y[j]; local 481 int y = std::abs(ys) << CANNY_SHIFT; 498 int s = (xs ^ ys) < 0 ? -1 : 1; 882 int ys = _y[j]; local 884 int y = std::abs(ys) << CANNY_SHIFT; 901 int s = (xs ^ ys) < 0 ? -1 : 1;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
H A D | cmswtpnt.c | 149 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/mesa3d/src/mesa/program/ |
H A D | prog_noise.c | 249 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/opencv3/modules/calib3d/src/ |
H A D | five-point.cpp | 106 std::vector<double> xs, ys, zs; local 134 ys.push_back(xy1.at<double>(1) / xy1.at<double>(2)); 137 cv::Mat Evec = EE.col(0) * xs.back() + EE.col(1) * ys.back() + EE.col(2) * zs.back() + EE.col(3);
|
/external/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 46 float ys[3] = { prev(pt.fY), pt.fY, next(pt.fY) }; local 49 SkPoint test = { xs[xIdx], ys[yIdx] };
|
/external/clang/test/SemaCXX/ |
H A D | cxx98-compat.cpp | 70 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 D | m_matrix.c | 797 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 D | syn.c | 1157 struct yyrecursive_state *ys; local 1168 ys = alloc(sizeof(struct yyrecursive_state), ATEMP); 1171 ys->old_nesting_type = subshell_nesting_type; 1175 ys->old_reject = reject; 1176 ys->old_symbol = symbol; 1178 ys->old_herep = herep; 1179 ys->old_salias = sALIAS; 1181 ys->next = e->yyrecursive_statep; 1182 e->yyrecursive_statep = ys; 1197 struct yyrecursive_state *ys; local [all...] |