/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.h | 19 bool has_alpha); 26 bool has_alpha);
|
SkBitmapProcState_opts_SSSE3.cpp | 171 // by alpha when has_alpha is true. 176 template<bool has_alpha, int scale> 182 if (has_alpha) { 197 // @param alpha when has_alpha is true, scale all resulting components by this 201 // (Ra0 * (16 - x0) + Ra1 * x0) * alpha) (when has_alpha is true) 206 template<bool has_alpha> 215 return ScaleFourPixels<has_alpha, 4>(&sum, alpha); 223 template<bool has_alpha> 237 return ScaleFourPixels<has_alpha, 4>(&sum, alpha); 277 // the results by, when has_alpha is true [all...] |
SkBitmapFilter_opts_SSE2.cpp | 48 bool /*has_alpha*/) { 296 template<bool has_alpha> 372 if (has_alpha) { 439 if (has_alpha) { 469 bool has_alpha) { 470 if (has_alpha) {
|
/external/webp/src/enc/ |
picture_psnr.c | 67 int has_alpha; local 83 has_alpha = !!(src->colorspace & WEBP_CSP_ALPHA_BIT); 84 if (has_alpha != !!(ref->colorspace & WEBP_CSP_ALPHA_BIT) || 85 (has_alpha && (src->a == NULL || ref->a == NULL))) { 101 sse[3] = has_alpha ? AccumulateLSIM(src->a, src->a_stride, 112 if (has_alpha) { 129 if (has_alpha) {
|
picture.c | 91 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; local 110 a_width = has_alpha ? width : 0;
|
picture_tools.c | 143 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; local 144 if (!has_alpha || pic->a == NULL) return; // nothing to do
|
picture_csp.c | 850 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); local 852 picture->colorspace = has_alpha ? WEBP_YUV420A : WEBP_YUV420; 864 if (has_alpha) { 877 if (has_alpha) { [all...] |
vp8l.c | 807 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { 808 VP8LWriteBits(bw, 1, has_alpha); 1152 int has_alpha; local [all...] |
/external/webp/src/dec/ |
webp.c | 273 // Fetch '*width', '*height', '*has_alpha' and fill out 'headers' based on 288 int* const has_alpha, 334 if (has_alpha != NULL) *has_alpha = !!(flags & ALPHA_FLAG); 392 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) { 411 if (has_alpha != NULL) { 414 *has_alpha |= (hdrs.alpha_data != NULL); 428 // fill out headers, ignore width/height/has_alpha. 698 &features->has_alpha, &features->has_animation,
|
decode_vp8.h | 176 // width/height/has_alpha can be passed NULL. 179 int* const width, int* const height, int* const has_alpha);
|
io.c | 314 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 328 if (has_alpha) { 352 if (has_alpha) { 492 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); local 504 if (has_alpha) { 529 if (has_alpha) {
|
vp8l.c | 90 int* const has_alpha) { 94 *has_alpha = VP8LReadBits(br, 1); 100 int* const width, int* const height, int* const has_alpha) { 114 if (has_alpha != NULL) *has_alpha = a; 1324 int width, height, has_alpha; local [all...] |
/frameworks/ex/framesequence/jni/ |
FrameSequence_webp.cpp | 68 if ((!curr.has_alpha || curr.blend_method == WEBP_MUX_NO_BLEND) && 209 (!currIter.has_alpha || currIter.blend_method == WEBP_MUX_NO_BLEND) && 318 ALOGD(" producing frame %d (has_alpha = %d, dispose = %s, blend = %s, duration = %d)", 319 i, currIter.has_alpha,
|
/external/webp/src/demux/ |
demux.c | 255 frame->has_alpha_ |= features.has_alpha; 437 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); local 439 if (!has_alpha && frame->img_components_[1].size_ > 0) { 864 iter->has_alpha = fragment->has_alpha_; [all...] |
/external/webp/include/webp/ |
demux.h | 147 int has_alpha; // True if the frame or fragment contains transparency. member in struct:WebPIterator
|
decode.h | 405 int has_alpha; // True if the bitstream contains an alpha channel. member in struct:WebPBitstreamFeatures
|
/external/webp/src/webp/ |
demux.h | 147 int has_alpha; // True if the frame or fragment contains transparency. member in struct:WebPIterator
|
decode.h | 405 int has_alpha; // True if the bitstream contains an alpha channel. member in struct:WebPBitstreamFeatures
|
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | [all...] |
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 77 *alpha = features.has_alpha;
|