HomeSort by relevance Sort by last modified time
    Searched defs:image1 (Results 1 - 13 of 13) sorted by null

  /external/brotli/research/
draw_diff.cc 34 void CalculateDiff(int** diff, uint8_t** image1, uint8_t** image2,
38 diff[i][j] = static_cast<int>(image1[i][j]) - image2[i][j];
43 void DrawDiff(int** diff, uint8_t** image1, uint8_t** image2,
51 int img_min = std::min(255 - image1[i][j], 255 - image2[i][j]);
64 int min_val = std::min(255 - image1[i][j], 255 - image2[i][j]);
87 uint8_t **image1, **image2; local
91 ReadPGM(fimage1, &image1, &h1, &w1);
105 CalculateDiff(diff, image1, image2, h1, w1);
108 DrawDiff(diff, image1, image2, h1, w1, fdiff);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Blend.java 46 private Allocation image1; field in class:Blend
70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
125 mBlendHelper.forEach_setImageAlpha(image1);
132 mBlend.forEachSrc(image1, image2);
135 mBlend.forEachDst(image1, image2);
138 mBlend.forEachSrcOver(image1, image2);
141 mBlend.forEachDstOver(image1, image2);
144 mBlend.forEachSrcIn(image1, image2);
147 mBlend.forEachDstIn(image1, image2)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Blend.java 39 private Allocation image1; field in class:Blend
63 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
117 mBlendHelper.forEach_setImageAlpha(image1, image1);
124 mBlend.forEachSrc(image1, image2);
127 mBlend.forEachDst(image1, image2);
130 mBlend.forEachSrcOver(image1, image2);
133 mBlend.forEachDstOver(image1, image2);
136 mBlend.forEachSrcIn(image1, image2)
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Blend.java 46 private Allocation image1; field in class:Blend
70 image1 = Allocation.createTyped(mRS, mInPixelsAllocation.getType());
120 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0);
124 mBlendHelper.forEach_setImageAlpha(image1, image1);
131 mBlend.forEachSrc(image1, image2);
134 mBlend.forEachDst(image1, image2);
137 mBlend.forEachSrcOver(image1, image2);
140 mBlend.forEachDstOver(image1, image2);
143 mBlend.forEachSrcIn(image1, image2)
    [all...]
  /art/patchoat/
patchoat_test.cc 298 std::vector<uint8_t> image1; local
299 if (!ReadFully(filename1, &image1, &read_error_msg)) {
308 if (image1.size() != image1.size()) {
314 image1.size(),
318 size_t size = image1.size();
320 if (image1[i] != image2[i]) {
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 600 tcu::ConstPixelBufferAccess image1 = getPixelBufferAccess(vk, device, *colorBuffer[1], colorFormat, colorBufferSizeBytes, renderSize); local
614 log, "ImageCompare", "Image comparison", image0, image1, colorThreshold, positionDeviation, ignoreOutOfBounds, tcu::COMPARE_LOG_RESULT);
  /external/skqp/tests/
SurfaceTest.cpp 234 sk_sp<SkImage> image1(surface->makeImageSnapshot());
236 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
385 sk_sp<SkImage> image1(surface1->makeImageSnapshot());
402 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture());
404 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture());
405 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture());
497 sk_sp<SkImage> image1 = surface->makeImageSnapshot(); local
498 sk_sp<SkImage> aur_image1(image1);
499 SkDEBUGCODE(image1->validate();)
502 SkDEBUGCODE(image1->validate();
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 572 BufferedImage image1 = delegate1.getImage(); local
575 image1.getWidth() != image2.getWidth() ||
576 image1.getHeight() != image2.getHeight()) {
581 int w = image1.getWidth();
586 image1.getRGB(0, 0, w, h, argb1, 0, w);
  /external/skia/tests/
SurfaceTest.cpp 355 sk_sp<SkImage> image1(surface->makeImageSnapshot());
357 REPORTER_ASSERT(reporter, image0->uniqueID() == image1->uniqueID());
506 sk_sp<SkImage> image1(surface1->makeImageSnapshot());
523 REPORTER_ASSERT(reporter, as_IB(image4)->getTexture() != as_IB(image1)->getTexture());
525 REPORTER_ASSERT(reporter, as_IB(image3)->getTexture() != as_IB(image1)->getTexture());
526 REPORTER_ASSERT(reporter, as_IB(image2)->getTexture() != as_IB(image1)->getTexture());
614 sk_sp<SkImage> image1 = surface->makeImageSnapshot(); local
615 sk_sp<SkImage> aur_image1(image1);
616 SkDEBUGCODE(image1->validate();)
619 SkDEBUGCODE(image1->validate();
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/25.0.0-alpha1/
sdkuilib-25.0.0-alpha1.jar 

Completed in 338 milliseconds