Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c647 const uint32_t dst_alpha = dst_pixel >> 24; in IsLosslessBlendingPossible() local
648 if (dst_alpha != 0xff && src_pixel != dst_pixel) { in IsLosslessBlendingPossible()
671 const uint32_t dst_alpha = dst_pixel >> 24; in IsLossyBlendingPossible() local
672 if (dst_alpha != 0xff && in IsLossyBlendingPossible()

Completed in 6 milliseconds