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

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c335 int step, int swap_rb, int import_alpha) {
340 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL;
350 assert(step >= (import_alpha ? 4 : 3));
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
/external/webp/src/enc/
H A Dpicture_csp.c335 int step, int swap_rb, int import_alpha) {
340 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL;
350 assert(step >= (import_alpha ? 4 : 3));
356 dst[x] = MakeARGB32(import_alpha ? a_ptr[offset] : 0xff,
333 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument

Completed in 39 milliseconds