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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
ImageCompare.java 68 int pixel2 = bitmap2.getPixel(x, y); local
69 if (pixel1 != pixel2) {
71 final double Y2 = luma(pixel2);
  /external/vulkan-validation-layers/build-android/jni/
Application.mk 17 # APP_ABI := arm64-v8a # just build for pixel2 (don't check in)
  /external/libkmsxx/kms++util/src/
testpat.cpp 129 RGB pixel2 = get_test_pattern_pixel(fb, x + 1, y); local
130 draw_yuv422_macropixel(fb, x, y, pixel1.yuv(yuvt), pixel2.yuv(yuvt));
  /external/ImageMagick/MagickCore/
layer.c 605 pixel2;
621 GetPixelInfo(image2,&pixel2);
631 GetPixelInfoPixel(image2,q,&pixel2);
632 if (ComparePixels(method,&pixel1,&pixel2))
661 GetPixelInfoPixel(image2,q,&pixel2);
662 if (ComparePixels(method,&pixel1,&pixel2))
680 GetPixelInfoPixel(image2,q,&pixel2);
681 if (ComparePixels(method,&pixel1,&pixel2))
699 GetPixelInfoPixel(image2,q,&pixel2);
700 if (ComparePixels(method,&pixel1,&pixel2))
598 pixel2; local
    [all...]
enhance.c 2765 pixel2, local
    [all...]

Completed in 435 milliseconds