Home
last modified time | relevance | path

Searched refs:yo (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/demos.skia.org/demos/path_performance/
H A Dshared.js56 for (let yo = 0; yo < PATTERN_BOUNDS; yo += PATTERN_SPACING) {
67 for (let yo = 0; yo < PATTERN_BOUNDS; yo += PATTERN_SPACING) {
68 this.svgElArray[i].style.transform = `translate(${x + xo}px, ${y + yo}px)`;
88 for (let yo = 0; yo < PATTERN_BOUNDS; yo
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c259 * an X offset 'x0' or 'xo' and a Y offset 'yo.' in linear_to_xtiled()
261 uint32_t xo, yo; in linear_to_xtiled() local
265 for (yo = y0 * xtile_width; yo < y1 * xtile_width; yo += xtile_width) { in linear_to_xtiled()
267 * Only 'yo' contributes to those bits in the total offset, in linear_to_xtiled()
272 uint32_t swizzle = ((yo >> 3) ^ (yo >> 4)) & swizzle_bit; in linear_to_xtiled()
274 mem_copy(dst + ((x0 + yo) ^ swizzle), src + x0, x1 - x0); in linear_to_xtiled()
277 mem_copy_align16(dst + ((xo + yo) in linear_to_xtiled()
326 uint32_t x, yo; linear_to_ytiled() local
425 uint32_t xo, yo; xtiled_to_linear() local
490 uint32_t x, yo; ytiled_to_linear() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey.c126 int x, y, xo, yo; in do_chromakey_slice() local
134 for (yo = 0; yo < 3; ++yo) { in do_chromakey_slice()
136 get_pixel_uv(frame, ctx->hsub_log2, ctx->vsub_log2, x + xo - 1, y + yo - 1, &u[yo * 3 + xo], &v[yo * 3 + xo]); in do_chromakey_slice()
156 int x, y, xo, yo; in do_chromakey16_slice() local
168 for (yo = 0; yo < in do_chromakey16_slice()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtopLevel.js9 public move(xo:number,yo:number) {
11 this.y+=yo;
36 Point.prototype.move = function (xo, yo) {
38 this.y += yo;
H A DprimitiveMembers.js3 var r = /yo/;
19 var s: String = "yo";
51 var r = /yo/;
63 var s = "yo";
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dssim.c65 int xo, int yo, int W, int H) { in SSIMGetClipped_C()
67 const int ymin = (yo - VP8_SSIM_KERNEL < 0) ? 0 : yo - VP8_SSIM_KERNEL; in SSIMGetClipped_C()
68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C()
69 : yo + VP8_SSIM_KERNEL; in SSIMGetClipped_C()
79 * kWeight[VP8_SSIM_KERNEL + y - yo]; in SSIMGetClipped_C()
63 SSIMGetClipped_C(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped_C() argument
H A Ddsp.h384 int xo, int yo, // center position
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c136 int xo, int yo, int W, int H) { in SSIMGetClipped()
138 const int ymin = (yo - SSIM_KERNEL < 0) ? 0 : yo - SSIM_KERNEL; in SSIMGetClipped()
139 const int ymax = (yo + SSIM_KERNEL > H - 1) ? H - 1 : yo + SSIM_KERNEL; in SSIMGetClipped()
148 * kWeight[SSIM_KERNEL + y - yo]; in SSIMGetClipped()
134 SSIMGetClipped(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H) SSIMGetClipped() argument
/third_party/mbedtls/library/
H A Dconstant_time_impl.h370 const mbedtls_ct_uint_t yo = mbedtls_ct_compiler_opaque(y); in mbedtls_ct_uint_lt()
375 mbedtls_ct_condition_t cond = mbedtls_ct_bool((xo ^ yo) >> (MBEDTLS_CT_SIZE - 1)); in mbedtls_ct_uint_lt()
387 mbedtls_ct_uint_t ret = mbedtls_ct_if(cond, yo, (mbedtls_ct_uint_t) (xo - yo)); in mbedtls_ct_uint_lt()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1529 for (int yo = 0; yo < height; yo++)
1532 if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo, 0, src.raw().getDepth()))
1535 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y+yo), xo, yo);
1566 for (int yo = 0; yo < height; yo++)
1569 if (!de::inBounds(x+xo, 0, src.raw().getHeight()) || !de::inBounds(y+yo,
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp461 for (int yo = 0; yo < height; yo++) in readPixels()
463 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp541 for (int yo = 0; yo < h; yo++) in iterate()
546 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate()
549 const int dy = y0+yo; in iterate()
H A Des2fTextureSpecificationTests.cpp1472 int yo = rnd.getInt(0, levelH-h); in createTexture() local
1477 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h); in createTexture()
1556 int yo = rnd.getInt(0, levelH-h); in createTexture() local
1561 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h); in createTexture()
/third_party/ffmpeg/libavcodec/
H A Ddxv.c84 int yo; in extract_component() local
87 yo = yo0; in extract_component()
89 yo = yo0; in extract_component()
91 yo = yo1; in extract_component()
94 yo = (uint8_t) (((8 - code) * yo0 + in extract_component()
98 yo = 0; in extract_component()
100 yo = 255; in extract_component()
102 yo = (uint8_t) (((6 - code) * yo0 + in extract_component()
108 return yo; in extract_component()
/third_party/backends/backend/
H A Dumax1220u-common.c218 int yo; member
1891 const int yo, in UMAX_set_scan_parameters()
1899 int top = yo; in UMAX_set_scan_parameters()
1901 int bottom = yo + h * 600 / yres; in UMAX_set_scan_parameters()
1905 DBG (2, "xo = %d, yo = %d\n", xo, yo); in UMAX_set_scan_parameters()
1934 scan->yo = yo; in UMAX_set_scan_parameters()
2034 yd = scan->scanner_yorg + scan->yo - scan->scanner_ypos; in UMAX_start_scan()
2039 yd = scan->scanner_yorg + scan->yo in UMAX_start_scan()
1888 UMAX_set_scan_parameters(UMAX_Handle * scan, const int color, const int xo, const int yo, const int w, const int h, const int xres, const int yres) UMAX_set_scan_parameters() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp565 for (int yo = 0; yo < h; yo++) in iterate()
570 const float yf = (float(h-yo-1)+0.5f) / float(h); in iterate()
573 const int dy = y0+yo; in iterate()
H A Des3fFboTestUtil.cpp907 for (int yo = 0; yo < height; yo++) in readPixels()
909 dstAccess.setPixel(src.getPixel(xo, yo) * scale + bias, xo, yo); in readPixels()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1055 const int yo = fragNdx/2; in writeFragmentPackets() local
1057 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo)) in writeFragmentPackets()
1061 fragment.pixelCoord = packet.position + tcu::IVec2(xo, yo); in writeFragmentPackets()
1062 fragment.coverage = (deUint32)((packet.coverage & getCoverageFragmentSampleBits(numSamples, xo, yo)) >> getCoverageOffset(numSamples, xo, yo)); in writeFragmentPackets()
1063 fragment.sampleDepths = (depthValues) ? (&depthValues[(packetNdx*4 + yo*2 + xo)*numSamples]) : (DE_NULL); in writeFragmentPackets()
1087 const int yo = fragNdx/2; in writeFragmentPackets() local
1090 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo)) in writeFragmentPackets()
/third_party/lame/misc/
H A Dabx.c1028 double yo; in cross_analyze() local
1099 yo = 0.5 * ( (y1+y3)*xo + (y3-y1) ) * xo; in cross_analyze()
1111 ret+xo, (yo+y2)*tmp ); in cross_analyze()
/third_party/ffmpeg/tests/fate/
H A Daac.mak217 fate-aac-yoraw-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/yo.raw-short.wav -c:a aac -aac_coder fast -fflags +bitexact -flags +bitexact
219 fate-aac-yoraw-encode: REF = $(SAMPLES)/audio-reference/yo.raw-short.wav
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp766 ILCID_POSIX_ELEMENT_ARRAY(0x046a, yo, yo_NG)
943 ILCID_POSIX_MAP(yo), /* yo Yoruba 0x6a */
/third_party/node/deps/icu-small/source/common/
H A Dlocmap.cpp766 ILCID_POSIX_ELEMENT_ARRAY(0x046a, yo, yo_NG)
943 ILCID_POSIX_MAP(yo), /* yo Yoruba 0x6a */
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocmap.cpp766 ILCID_POSIX_ELEMENT_ARRAY(0x046a, yo, yo_NG)
943 ILCID_POSIX_MAP(yo), /* yo Yoruba 0x6a */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2080 for (int yo = 0; yo < h; yo++) in iterate()
2085 const int dy = y0+yo; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2080 for (int yo = 0; yo < h; yo++) in iterate()
2085 const int dy = y0+yo; in iterate()

Completed in 55 milliseconds

12