Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmustek_usb.c592 SANE_Word dst_pixel, src_pixel; in fit_lines() local
614 for (dst_pixel = 0; dst_pixel < dst_width; dst_pixel++) in fit_lines()
625 dst_address = dst_pixel * s->bpp / 8 in fit_lines()
643 if ((dst_pixel % 8) == 0) in fit_lines()
647 << (7 - (dst_pixel % 8))); in fit_lines()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c643 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; in IsLosslessBlendingPossible() local
644 const uint32_t dst_alpha = dst_pixel >> 24; in IsLosslessBlendingPossible()
645 if (dst_alpha != 0xff && src_pixel != dst_pixel) { in IsLosslessBlendingPossible()
647 // 'dst_pixel' value for this pixel. So, blending is not possible. in IsLosslessBlendingPossible()
667 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; in IsLossyBlendingPossible() local
668 const uint32_t dst_alpha = dst_pixel >> 24; in IsLossyBlendingPossible()
670 !PixelsAreSimilar(src_pixel, dst_pixel, max_allowed_diff_lossy)) { in IsLossyBlendingPossible()
672 // 'dst_pixel' value for this pixel. So, blending is not possible. in IsLossyBlendingPossible()

Completed in 5 milliseconds