Home
last modified time | relevance | path

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

/external/webp/src/mux/
Danim_encode.c646 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; in IsLosslessBlendingPossible() local
647 const uint32_t dst_alpha = dst_pixel >> 24; in IsLosslessBlendingPossible()
648 if (dst_alpha != 0xff && src_pixel != dst_pixel) { in IsLosslessBlendingPossible()
670 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; in IsLossyBlendingPossible() local
671 const uint32_t dst_alpha = dst_pixel >> 24; in IsLossyBlendingPossible()
673 !PixelsAreSimilar(src_pixel, dst_pixel, max_allowed_diff_lossy)) { in IsLossyBlendingPossible()