HomeSort by relevance Sort by last modified time
    Searched refs:dst_pixel (Results 1 - 4 of 4) sorted by null

  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 45 __m128i dst_pixel = _mm_load_si128(d); local
47 __m128i result = SkPMLerp_SSE2(src_pixel, dst_pixel, src_scale);
86 __m128i dst_pixel = _mm_load_si128(d); local
88 __m128i result = SkBlendARGB32_SSE2(src_pixel, dst_pixel, alpha);
  /external/webp/src/mux/
anim_encode.c 645 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; local
646 const uint32_t dst_alpha = dst_pixel >> 24;
647 if (dst_alpha != 0xff && src_pixel != dst_pixel) {
649 // 'dst_pixel' value for this pixel. So, blending is not possible.
669 const uint32_t dst_pixel = dst->argb[j * dst->argb_stride + i]; local
670 const uint32_t dst_alpha = dst_pixel >> 24;
672 !PixelsAreSimilar(src_pixel, dst_pixel, max_allowed_diff_lossy)) {
674 // 'dst_pixel' value for this pixel. So, blending is not possible.
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 257 const pixel_t& dst_pixel,
349 extract(factor, dst_pixel, GGLFormat::ALPHA);
GGLAssembler.h 492 const pixel_t& dst_pixel,

Completed in 182 milliseconds