Searched defs:background_rgb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c131 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { argument
132 const int red = (background_rgb >> 16) & 0xff;
133 const int green = (background_rgb >> 8) & 0xff;
134 const int blue = (background_rgb >> 0) & 0xff;
/external/webp/src/enc/
H A Dpicture_tools.c131 void WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb) { argument
132 const int red = (background_rgb >> 16) & 0xff;
133 const int green = (background_rgb >> 8) & 0xff;
134 const int blue = (background_rgb >> 0) & 0xff;

Completed in 76 milliseconds