Searched refs:has_alpha (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/opts/ |
D | SkBitmapProcState_opts_SSSE3.cpp | 116 template<bool has_alpha, int scale> 122 if (has_alpha) { in ScaleFourPixels() 146 template<bool has_alpha> 155 return ScaleFourPixels<has_alpha, 4>(&sum, alpha); in ProcessPixelPairZeroSubY() 163 template<bool has_alpha> 177 return ScaleFourPixels<has_alpha, 4>(&sum, alpha); in ProcessOnePixelZeroSubY() 227 template<bool has_alpha> 252 return ScaleFourPixels<has_alpha, 8>(&sum0, alpha); in ProcessTwoPixelPairs() 299 template<bool has_alpha> 306 if (has_alpha) { in S32_generic_D32_filter_DX_SSSE3() [all …]
|
/external/webp/src/dec/ |
D | vp8.c | 81 int* width, int* height, int* has_alpha) { in VP8GetInfo() argument 94 if (has_alpha) { in VP8GetInfo() 97 *has_alpha = !!(data[10] & 0x80); // the colorspace_ bit in VP8GetInfo() 99 *has_alpha = 0; in VP8GetInfo()
|
D | io.c | 546 const int has_alpha = IsAlphaMode(p->output->colorspace); in InitYUVRescaler() local 560 if (has_alpha) { in InitYUVRescaler() 583 if (has_alpha) { in InitYUVRescaler() 681 const int has_alpha = IsAlphaMode(p->output->colorspace); in InitRGBRescaler() local 693 if (has_alpha) { in InitRGBRescaler() 718 if (has_alpha) { in InitRGBRescaler()
|
D | vp8i.h | 276 int *width, int *height, int *has_alpha);
|
D | webp.c | 299 &features->width, &features->height, &features->has_alpha)) { in GetFeatures()
|
/external/webp/include/webp/ |
D | decode.h | 319 int has_alpha; // true if bitstream contains an alpha channel member
|
/external/webp/src/enc/ |
D | picture.c | 27 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAlloc() local 59 a_width = has_alpha ? width : 0; in WebPPictureAlloc()
|