HomeSort by relevance Sort by last modified time
    Searched defs:alpha_first (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libwebp/dec/
io.c 220 const int alpha_first = local
226 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
241 WebPApplyAlphaMultiply(base_rgba, alpha_first,
412 const int alpha_first = local
414 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
433 WebPApplyAlphaMultiply(base_rgba, alpha_first,
  /external/webp/src/dec/
io.c 180 const int alpha_first = local
186 uint8_t* const dst = base_rgba + (alpha_first ? 0 : 3);
193 WebPApplyAlphaMultiply(base_rgba, alpha_first,
387 const int alpha_first = local
389 uint8_t* dst = base_rgba + (alpha_first ? 0 : 3);
404 WebPApplyAlphaMultiply(base_rgba, alpha_first,
  /external/libpng/contrib/libtests/
pngvalid.c 5647 unsigned int alpha_first :1; \/* Alpha at start, not end *\/ member in struct:image_pixel
    [all...]

Completed in 94 milliseconds