Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_tools_enc.c189 #define BLEND(V0, V1, ALPHA) \ macro
221 y_ptr[x] = BLEND(Y0, y_ptr[x], alpha); in WebPBlendAlpha()
261 r = BLEND(red, r, alpha); in WebPBlendAlpha()
262 g = BLEND(green, g, alpha); in WebPBlendAlpha()
263 b = BLEND(blue, b, alpha); in WebPBlendAlpha()
275 #undef BLEND

Completed in 3 milliseconds