Searched refs:BLEND_10BIT (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture_tools_enc.c | 191 #define BLEND_10BIT(V0, V1, ALPHA) \ macro 234 u_ptr[x] = BLEND_10BIT(U0, u_ptr[x], alpha); in WebPBlendAlpha() 235 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 239 u_ptr[x] = BLEND_10BIT(U0, u_ptr[x], alpha); in WebPBlendAlpha() 240 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 276 #undef BLEND_10BIT
|