Home
last modified time | relevance | path

Searched refs:yw (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/
Dpooling_grad.c46 for (int yw = 0; yw < output_w; yw++) { in AvgPoolingGrad() local
47 int over_w = pad_w - yw * stride_w; in AvgPoolingGrad()
52 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingGrad()
63 int xw = yw * stride_w + kw - pad_w; in AvgPoolingGrad()
79 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingGrad()
84 int xw = yw * stride_w + kw - pad_w; in AvgPoolingGrad()
124 for (int yw = 0; yw < output_w; yw++) { in MaxPoolingGrad() local
125 int over_w = pad_w - yw * stride_w; in MaxPoolingGrad()
130 int idx = (yw + yh * output_w) * channel + ic; in MaxPoolingGrad()
143 int xw = yw * stride_w + kw - pad_w; in MaxPoolingGrad()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dpooling_grad.c46 for (int yw = 0; yw < output_w; yw++) { in AvgPoolingFp16Grad() local
47 int over_w = pad_w - yw * stride_w; in AvgPoolingFp16Grad()
52 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingFp16Grad()
63 int xw = yw * stride_w + kw - pad_w; in AvgPoolingFp16Grad()
79 int idx = (yw + yh * output_w) * channel + ic; in AvgPoolingFp16Grad()
84 int xw = yw * stride_w + kw - pad_w; in AvgPoolingFp16Grad()
127 for (int yw = 0; yw < output_w; yw++) { in MaxPoolingFp16Grad() local
128 int over_w = pad_w - yw * stride_w; in MaxPoolingFp16Grad()
133 int idx = (yw + yh * output_w) * channel + ic; in MaxPoolingFp16Grad()
146 int xw = yw * stride_w + kw - pad_w; in MaxPoolingFp16Grad()
[all …]
/third_party/skia/tests/sksl/workarounds/
DBlendGuardedDivideStandaloneSettings.glsl42 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
43 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
44 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
DBlendGuardedDivide.glsl42 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
43 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
44 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Cans.txt68 ywê ↔ ᔯ ;
69 ywî ↔ ᔳ ;
71 ywô ↔ ᔷ ;
73 ywâ ↔ ᔻ ;
/third_party/icu/icu4c/source/data/translit/
DLatn_Cans.txt68 ywê ↔ ᔯ ;
69 ywî ↔ ᔳ ;
71 ywô ↔ ᔷ ;
73 ywâ ↔ ᔻ ;
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstwarp.c149 gint xw, yw, cw; in gst_warptv_transform_frame() local
167 yw = (gint) (sin ((warptv->tval) * M_PI / 256) * -35); in gst_warptv_transform_frame()
170 yw += (gint) (sin ((warptv->tval + 30) * M_PI / 512) * 40); in gst_warptv_transform_frame()
180 *ctptr++ = ((sintable[i] * yw) >> 15); in gst_warptv_transform_frame()
/third_party/ffmpeg/libavfilter/
Dcolorspace.c82 zw = 1.0 - wp->xw - wp->yw; in ff_fill_rgb2xyz_table()
83 sr = i[0][0] * wp->xw + i[0][1] * wp->yw + i[0][2] * zw; in ff_fill_rgb2xyz_table()
84 sg = i[1][0] * wp->xw + i[1][1] * wp->yw + i[1][2] * zw; in ff_fill_rgb2xyz_table()
85 sb = i[2][0] * wp->xw + i[2][1] * wp->yw + i[2][2] * zw; in ff_fill_rgb2xyz_table()
/third_party/skia/tests/sksl/blend/
DBlendHardLight.glsl9 …ay_component_hh2h2(dst.xw, src.xw), _blend_overlay_component_hh2h2(dst.yw, src.yw), _blend_overlay…
DBlendOverlayStandaloneSettings.glsl9 …ay_component_hh2h2(src.xw, dst.xw), _blend_overlay_component_hh2h2(src.yw, dst.yw), _blend_overlay…
DBlendHardLightStandaloneSettings.glsl9 …ay_component_hh2h2(dst.xw, src.xw), _blend_overlay_component_hh2h2(dst.yw, src.yw), _blend_overlay…
DBlendOverlay.glsl9 …ay_component_hh2h2(src.xw, dst.xw), _blend_overlay_component_hh2h2(src.yw, dst.yw), _blend_overlay…
DBlendColorBurnStandaloneSettings.glsl16 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
DBlendColorBurn.glsl16 …_burn_component_hh2h2(src.xw, dst.xw), _color_burn_component_hh2h2(src.yw, dst.yw), _color_burn_co…
DBlendColorDodgeStandaloneSettings.glsl19 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
DBlendColorDodge.glsl19 …odge_component_hh2h2(src.xw, dst.xw), _color_dodge_component_hh2h2(src.yw, dst.yw), _color_dodge_c…
DBlendHardLight.metal19 …, _uniforms.src.xw), _blend_overlay_component_hh2h2(_uniforms.dst.yw, _uniforms.src.yw), _blend_ov…
DBlendOverlay.metal19 …, _uniforms.dst.xw), _blend_overlay_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _blend_ov…
DBlendColorDodge.metal29 …xw, _uniforms.dst.xw), _color_dodge_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _color_do…
DBlendSoftLightStandaloneSettings.glsl19 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
DBlendSoftLight.glsl19 …light_component_hh2h2(src.xw, dst.xw), _soft_light_component_hh2h2(src.yw, dst.yw), _soft_light_co…
DBlendColorBurn.metal26 ….xw, _uniforms.dst.xw), _color_burn_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _color_bu…
DBlendSoftLight.metal29 ….xw, _uniforms.dst.xw), _soft_light_component_hh2h2(_uniforms.src.yw, _uniforms.dst.yw), _soft_lig…
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLEyesRenderer.cpp300 struct wl_surface* surface, int32_t id, wl_fixed_t xw, wl_fixed_t yw) in TouchHandleDown() argument
309 WL_UNUSED(yw); in TouchHandleDown()
311 gPointerY = (int)wl_fixed_to_double(yw); in TouchHandleDown()
329 wl_fixed_t xw, wl_fixed_t yw) in TouchHandleMotion() argument
336 WL_UNUSED(yw); in TouchHandleMotion()
338 gPointerY = (int)wl_fixed_to_double(yw); in TouchHandleMotion()
/third_party/skia/resources/sksl/inliner/
DTrivialArgumentsInlineDirectly.sksl51 var = func2(s.ah4[0].yw);
64 // var = func2(as[i].h4.yw); // indexing by non-constant expressions disallowed in ES2

12345678910>>...20