Home
last modified time | relevance | path

Searched refs:import_alpha (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c676 int step, int swap_rb, int import_alpha) { in Import() argument
680 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL; in Import()
688 if (import_alpha) { in Import()
695 if (!import_alpha) { in Import()
/external/webp/src/enc/
Dpicture_csp.c1087 int step, int swap_rb, int import_alpha) { in Import() argument
1092 const uint8_t* const a_ptr = import_alpha ? rgb + 3 : NULL; in Import()
1104 if (import_alpha) { in Import()