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

  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 102 static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
249 ok = EncodeAlphaInternal(quant_alpha, width, height,
286 ok = EncodeAlphaInternal(quant_alpha, width, height,
  /external/webp/src/enc/
alpha.c 102 static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
247 ok = EncodeAlphaInternal(alpha, width, height, method, filter,
260 ok = EncodeAlphaInternal(alpha, width, height, method, WEBP_FILTER_NONE,

Completed in 864 milliseconds