Searched refs:BLEND_10BIT (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | picture_tools_enc.c | 186 #define BLEND_10BIT(V0, V1, ALPHA) \ macro 229 u_ptr[x] = BLEND_10BIT(U0, u_ptr[x], alpha); in WebPBlendAlpha() 230 v_ptr[x] = BLEND_10BIT(V0, v_ptr[x], alpha); in WebPBlendAlpha() 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() 271 #undef BLEND_10BIT
|