Home
last modified time | relevance | path

Searched refs:x_mask (Results 1 – 25 of 125) sorted by relevance

12345

/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp.h177 int x_mask = MPP_BAND_STEP_12 / 2; in MPP_SUBDIV_REM_BITREV() local
182 if (x & x_mask) in MPP_SUBDIV_REM_BITREV()
185 x_mask >>= 1; in MPP_SUBDIV_REM_BITREV()
193 int x_mask = 4 * MPP_BAND_STEP_12 / 2; in MPP_BAND_REM_TO_KEY() local
198 if (x & x_mask) in MPP_BAND_REM_TO_KEY()
201 x_mask >>= 1; in MPP_BAND_REM_TO_KEY()
217 int x_mask = 4 * MPP_BAND_STEP_12 / 2; in MPP_KEY_TO_BAND_REM() local
226 if (x & x_mask) in MPP_KEY_TO_BAND_REM()
229 x_mask >>= 1; in MPP_KEY_TO_BAND_REM()
/dports/math/py-ssm/ssm-0.0.1/ssm/
H A Dlds.py259 x_mask = np.ones_like(variational_mean, dtype=bool)
307 x_mask = np.ones_like(x, dtype=bool)
378 for (Ez, Ezzp1, _), x, x_mask, data, mask, input, tag in \
384 log_likes = self.dynamics.log_likelihoods(x, input, x_mask, tag)
534 x_mask = np.ones_like(x_samples[0], dtype=bool)
546 [self.dynamics.log_likelihoods(x, input, x_mask, tag)
572 x_mask = np.ones_like(x, dtype=bool)
575 log_likes = self.dynamics.log_likelihoods(x, input, x_mask, tag)
592 x_mask = np.ones((T, D), dtype=bool)
697 x_mask = np.ones_like(x, dtype=bool)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_cfl_neon.cc128 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler420_NEON() local
137 row0 = vbslq_u8(x_mask, row0, x_max0); in CflSubsampler420_NEON()
139 row1 = vbslq_u8(x_mask, row1, x_max1); in CflSubsampler420_NEON()
166 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler420_NEON() local
169 const uint8x16_t row_masked_00 = vbslq_u8(x_mask, row0.val[0], x_max00); in CflSubsampler420_NEON()
170 const uint8x16_t row_masked_01 = vbslq_u8(x_mask, row0.val[1], x_max01); in CflSubsampler420_NEON()
171 const uint8x16_t row_masked_10 = vbslq_u8(x_mask, row1.val[0], x_max10); in CflSubsampler420_NEON()
232 const uint8x8_t x_mask = vclt_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
238 const uint8x8_t row = vbsl_u8(x_mask, vld1_u8(src), x_max); in CflSubsampler444_NEON()
259 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/arm/
H A Dintrapred_cfl_neon.cc128 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler420_NEON() local
137 row0 = vbslq_u8(x_mask, row0, x_max0); in CflSubsampler420_NEON()
139 row1 = vbslq_u8(x_mask, row1, x_max1); in CflSubsampler420_NEON()
166 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler420_NEON() local
169 const uint8x16_t row_masked_00 = vbslq_u8(x_mask, row0.val[0], x_max00); in CflSubsampler420_NEON()
170 const uint8x16_t row_masked_01 = vbslq_u8(x_mask, row0.val[1], x_max01); in CflSubsampler420_NEON()
171 const uint8x16_t row_masked_10 = vbslq_u8(x_mask, row1.val[0], x_max10); in CflSubsampler420_NEON()
232 const uint8x8_t x_mask = vclt_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
238 const uint8x8_t row = vbsl_u8(x_mask, vld1_u8(src), x_max); in CflSubsampler444_NEON()
259 const uint8x16_t x_mask = vcltq_u8(x_index, x_max_index); in CflSubsampler444_NEON() local
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/x11/
H A DSDL_x11mouse.c60 char *x_data, *x_mask; in X11_CreateWMCursor() local
79 x_mask = (char *)SDL_malloc(clen); in X11_CreateWMCursor()
80 if ( x_mask == NULL ) { in X11_CreateWMCursor()
91 x_mask[i] = data[i] | mask[i]; in X11_CreateWMCursor()
109 1, XYBitmap, 0, x_mask, w, h, 8, w/8); in X11_CreateWMCursor()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c181 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
185 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
209 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c187 uint32_t x_mask = swizzle_lt_x(~0, cpp); in vc4_lt_image_unaligned() local
191 assert(!(x_mask & y_mask)); in vc4_lt_image_unaligned()
215 offs_x = (offs_x - x_mask) & x_mask; in vc4_lt_image_unaligned()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glamor/
H A Dglamor_render.c1238 INT16 x_mask; in glamor_composite_with_shader() local
1249 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1256 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1282 mask_yscale, x_mask, in glamor_composite_with_shader()
1433 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1570 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1607 INT16 x_mask, in glamor_composite() argument
1666 x_mask + in glamor_composite()
1714 x_mask, y_mask, in glamor_composite()
1752 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/glamor/
H A Dglamor_render.c1233 INT16 x_mask; in glamor_composite_with_shader() local
1244 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1251 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1277 mask_yscale, x_mask, in glamor_composite_with_shader()
1428 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1565 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1602 INT16 x_mask, in glamor_composite() argument
1661 x_mask + in glamor_composite()
1709 x_mask, y_mask, in glamor_composite()
1747 x_mask, y_mask, width, height)) in glamor_composite()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glamor/
H A Dglamor_render.c1230 INT16 x_mask; in glamor_composite_with_shader() local
1241 x_mask = rects->x_mask + mask_x_off; in glamor_composite_with_shader()
1248 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width, in glamor_composite_with_shader()
1274 mask_yscale, x_mask, in glamor_composite_with_shader()
1425 x_temp_mask = x_mask; in glamor_composite_clipped_region()
1562 prect[i].x_mask = box[i].x1 + x_temp_mask - x_dest; in glamor_composite_clipped_region()
1599 INT16 x_mask, in glamor_composite() argument
1658 x_mask + in glamor_composite()
1706 x_mask, y_mask, in glamor_composite()
1744 x_mask, y_mask, width, height)) in glamor_composite()
[all …]

12345