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

  /external/webp/include/webp/
encode.h 270 WEBP_CSP_ALPHA_BIT = 4 // bit that is set if alpha is present
  /external/webp/src/webp/
encode.h 270 WEBP_CSP_ALPHA_BIT = 4 // bit that is set if alpha is present
  /external/webp/src/enc/
picture_enc.c 92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT;
picture_tools_enc.c 210 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT;
picture_csp_enc.c     [all...]

Completed in 305 milliseconds