HomeSort by relevance Sort by last modified time
    Searched refs:alpha_mask (Results 1 - 6 of 6) sorted by null

  /external/webp/src/dec/
io.c 210 uint32_t alpha_mask = 0xff; local
217 alpha_mask &= alpha_value;
222 // alpha_mask is < 0xff if there's non-trivial alpha to premultiply with.
223 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
245 uint32_t alpha_mask = 0x0f; local
253 alpha_mask &= alpha_value;
258 if (alpha_mask != 0x0f && WebPIsPremultipliedMode(colorspace)) {
422 uint32_t alpha_mask = 0xff; local
432 alpha_mask &= alpha_value;
437 if (is_premult_alpha && alpha_mask != 0xff)
456 uint32_t alpha_mask = 0x0f; local
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 884 uint8x8_t alpha_mask; local
996 uint8x8_t alpha_mask; local
1266 uint8x8_t alpha_mask; local
    [all...]
  /external/webp/src/dsp/
alpha_processing.c 290 uint8_t alpha_mask = 0xff; local
297 alpha_mask &= alpha_value;
302 return (alpha_mask == 0xff);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 159 ULONG alpha_mask; member in struct:_D3DRMIMAGE
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 105 struct st_renderbuffer *strb = stfb->alpha_mask;
  /hardware/intel/common/libva/va/
va.h 2794 unsigned int alpha_mask; member in struct:_VAImageFormat
    [all...]

Completed in 675 milliseconds