Searched defs:alpha_mask (Results 1 - 7 of 7) sorted by relevance
/external/webp/src/dsp/ |
H A D | alpha_processing_mips_dsp_r2.c | 22 uint32_t alpha_mask = 0xffffffff; local 38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t" 45 [alpha_mask]"+r"(alpha_mask) 56 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t" 59 [alpha_mask]"+r"(alpha_mask) 69 "ext %[temp0], %[alpha_mask], [all...] |
H A D | alpha_processing.c | 290 uint32_t alpha_mask = 0xff; local 297 alpha_mask &= alpha_value; 303 return (alpha_mask != 0xff); 322 uint8_t alpha_mask = 0xff; local 329 alpha_mask &= alpha_value; 334 return (alpha_mask == 0xff);
|
/external/ImageMagick/coders/ |
H A D | dib.c | 99 alpha_mask, 97 alpha_mask, member in struct:_DIBInfo
|
H A D | icon.c | 138 alpha_mask, 135 alpha_mask, member in struct:_IconInfo
|
H A D | bmp.c | 140 alpha_mask, 622 bmp_info.alpha_mask=0; 718 bmp_info.alpha_mask=ReadBlobLSBLong(image); 860 image->alpha_trait=((bmp_info.alpha_mask != 0) && 997 bmp_info.alpha_mask=image->alpha_trait != UndefinedPixelTrait ? 1031 if (bmp_info.alpha_mask != 0) 1032 while (((bmp_info.alpha_mask << shift.alpha) & 0x80000000UL) == 0) 1047 while (((bmp_info.alpha_mask << sample) & 0x80000000UL) != 0) 1228 alpha=((pixel & bmp_info.alpha_mask) << shift.alpha) >> 16; 1326 alpha=((pixel & bmp_info.alpha_mask) << shif 137 alpha_mask, member in struct:_BMPInfo [all...] |
/external/webp/src/dec/ |
H A D | io.c | 215 uint32_t alpha_mask = 0x0f; local 222 alpha_mask &= alpha_value; 229 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) { 423 uint32_t alpha_mask = 0x0f; local 434 alpha_mask &= alpha_value; 439 if (is_premult_alpha && alpha_mask != 0x0f) {
|
/external/skia/src/opts/ |
H A D | SkBlitRow_opts_arm_neon.cpp | 882 uint8x8_t alpha_mask; local 885 alpha_mask = vld1_u8(alpha_mask_setup); 920 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 942 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 994 uint8x8_t alpha_mask; local 996 alpha_mask = vld1_u8(alpha_mask_setup); 1027 alpha_narrow = vtbl1_u8(src_raw, alpha_mask); 1042 alpha_narrow = vtbl1_u8(src_raw_2, alpha_mask); 1264 uint8x8_t alpha_mask; local 1266 alpha_mask [all...] |
Completed in 134 milliseconds