/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | alpha_processing_mips_dsp_r2.c | 22 uint32_t alpha_mask = 0xffffffff; in DispatchAlpha_MIPSdspR2() local 45 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 59 [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha_MIPSdspR2() 79 return (alpha_mask != 0xff); in DispatchAlpha_MIPSdspR2()
|
D | alpha_processing_neon.c | 86 uint32_t alpha_mask = 0xffffffffu; in DispatchAlpha_NEON() local 104 alpha_mask &= alpha_value; in DispatchAlpha_NEON() 110 alpha_mask &= tmp[0]; in DispatchAlpha_NEON() 111 alpha_mask &= tmp[1]; in DispatchAlpha_NEON() 112 return (alpha_mask != 0xffffffffu); in DispatchAlpha_NEON() 138 uint32_t alpha_mask = 0xffffffffu; in ExtractAlpha_NEON() local 154 alpha_mask &= alpha[i]; in ExtractAlpha_NEON() 160 alpha_mask &= tmp[0]; in ExtractAlpha_NEON() 161 alpha_mask &= tmp[1]; in ExtractAlpha_NEON() 162 return (alpha_mask == 0xffffffffu); in ExtractAlpha_NEON()
|
D | alpha_processing.c | 298 uint32_t alpha_mask = 0xff; in DispatchAlpha_C() local 305 alpha_mask &= alpha_value; in DispatchAlpha_C() 311 return (alpha_mask != 0xff); in DispatchAlpha_C() 331 uint8_t alpha_mask = 0xff; in ExtractAlpha_C() local 338 alpha_mask &= alpha_value; in ExtractAlpha_C() 343 return (alpha_mask == 0xff); in ExtractAlpha_C()
|
D | alpha_processing_sse2.c | 231 const __m128i alpha_mask = _mm_set1_epi32(0xff); in HasAlpha32b_SSE2() local 243 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 244 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2() 245 const __m128i b2 = _mm_and_si128(a2, alpha_mask); in HasAlpha32b_SSE2() 246 const __m128i b3 = _mm_and_si128(a3, alpha_mask); in HasAlpha32b_SSE2() 257 const __m128i b0 = _mm_and_si128(a0, alpha_mask); in HasAlpha32b_SSE2() 258 const __m128i b1 = _mm_and_si128(a1, alpha_mask); in HasAlpha32b_SSE2()
|
/third_party/libdrm/tests/etnaviv/ |
D | write_bmp.c | 61 unsigned int alpha_mask; member 90 .alpha_mask = alpha ? 0xFF000000 : 0x00000000, in bmp_header_write()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavideoformat.c | 202 && fmt1->alpha_mask == fmt2->alpha_mask); in va_format_is_same_rgb() 351 map->va_format.blue_mask, map->va_format.alpha_mask); in fix_map()
|
/third_party/skia/src/core/ |
D | SkBlitRow_D32.cpp | 227 uint8x8_t alpha_mask; in blit_row_s32a_blend() local 229 alpha_mask = vld1_u8(alpha_mask_setup); in blit_row_s32a_blend() 244 vsrc_alphas = vtbl1_u8(vsrc, alpha_mask); in blit_row_s32a_blend()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 215 uint32_t alpha_mask = 0x0f; in EmitAlphaRGBA4444() local 222 alpha_mask &= alpha_value; in EmitAlphaRGBA4444() 229 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { in EmitAlphaRGBA4444() 450 uint32_t alpha_mask = 0x0f; in ExportAlphaRGBA4444() local 461 alpha_mask &= alpha_value; in ExportAlphaRGBA4444() 466 if (is_premult_alpha && alpha_mask != 0x0f) { in ExportAlphaRGBA4444()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 242 guint32 red_mask, green_mask, blue_mask, alpha_mask; in GST_START_TEST() member 305 rgb_formats[i].blue_mask, rgb_formats[i].alpha_mask, in GST_START_TEST() 343 rgb_formats[i].alpha_mask, test_patterns[p].r_expected, in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 1067 guint32 alpha_mask; in gst_ximage_src_get_caps() local 1120 alpha_mask = ~(xcontext->r_mask_output in gst_ximage_src_get_caps() 1123 alpha_mask = 0; in gst_ximage_src_get_caps() 1129 xcontext->g_mask_output, xcontext->b_mask_output, alpha_mask); in gst_ximage_src_get_caps()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | subpicture.c | 44 .alpha_mask = 0xff000000ul,
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.h | 686 … guint blue_mask, guint alpha_mask) G_GNUC_CONST;
|
D | video-format.c | 7175 int blue_mask, int alpha_mask) in gst_video_format_from_rgba32_masks() argument 7178 blue_mask == 0x0000ff00 && alpha_mask == 0x000000ff) { in gst_video_format_from_rgba32_masks() 7182 blue_mask == 0xff000000 && alpha_mask == 0x000000ff) { in gst_video_format_from_rgba32_masks() 7186 blue_mask == 0x000000ff && alpha_mask == 0xff000000) { in gst_video_format_from_rgba32_masks() 7190 blue_mask == 0x00ff0000 && alpha_mask == 0xff000000) { in gst_video_format_from_rgba32_masks() 7261 guint red_mask, guint green_mask, guint blue_mask, guint alpha_mask) in gst_video_format_from_masks() argument 7267 alpha_mask != 0xc0000000) { in gst_video_format_from_masks() 7271 alpha_mask = GUINT32_TO_BE (alpha_mask); in gst_video_format_from_masks() 7280 if (depth == 32 && bpp == 32 && alpha_mask == 0xc0000000 && in gst_video_format_from_masks() 7291 } else if (depth == 32 && bpp == 32 && alpha_mask) { in gst_video_format_from_masks() [all …]
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 869 guint32 alpha_mask; in gst_x_image_sink_xcontext_get() local 954 alpha_mask = ~(xcontext->visual->red_mask in gst_x_image_sink_xcontext_get() 957 alpha_mask = 0; in gst_x_image_sink_xcontext_get() 963 xcontext->visual->blue_mask, alpha_mask); in gst_x_image_sink_xcontext_get()
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 1049 alpha_mask can be RGBA/ABGR. Fixes #164265. 7183 for alpha rgb. Currently the presence of the alpha_mask property
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 3220 alpha_mask can be RGBA/ABGR. Fixes #164265. 9354 for alpha rgb. Currently the presence of the alpha_mask property
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 80180 - uint32_t alpha_mask = 0xffffffffu; 80181 + uint32_t alpha_mask = 0xffu; 80189 + alpha_mask *= 0x01010101; 80190 alpha_mask &= tmp[0]; 80191 alpha_mask &= tmp[1]; 80192 return (alpha_mask != 0xffffffffu); 80197 - uint32_t alpha_mask = 0xffffffffu; 80198 + uint32_t alpha_mask = 0xffu; 80206 + alpha_mask *= 0x01010101; 80207 alpha_mask &= tmp[0]; [all …]
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 20800 @item alpha_mask
|