/external/libaom/examples/ |
D | encoder_util.c | 23 static void find_mismatch_plane(const aom_image_t *const img1, in find_mismatch_plane() 80 static void find_mismatch_helper(const aom_image_t *const img1, in find_mismatch_helper() 89 void aom_find_mismatch_high(const aom_image_t *const img1, in aom_find_mismatch_high() 95 void aom_find_mismatch(const aom_image_t *const img1, in aom_find_mismatch() 101 int aom_compare_img(const aom_image_t *const img1, in aom_compare_img()
|
/external/skia/docs/examples/ |
D | skbug_5648.cpp | 10 auto img1 = bitmap.asImage(); in draw() local
|
/external/libvpx/vpx_dsp/ |
D | ssim.c | 109 static double vpx_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_ssim2() 130 static double vpx_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_highbd_ssim2() 250 static void ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, in ssimv_parms() 256 double vpx_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, in vpx_get_ssim_metrics()
|
/external/libvpx/test/ |
D | util.h | 24 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { in compute_psnr()
|
D | encode_test_driver.cc | 129 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { in compare_img()
|
D | error_resilience_test.cc | 147 void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) override { in MismatchHook()
|
/external/libaom/aom_dsp/ |
D | ssim.c | 83 double aom_ssim2(const uint8_t *img1, const uint8_t *img2, int stride_img1, in aom_ssim2() 194 static void ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, in ssimv_parms() 200 double aom_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, in aom_get_ssim_metrics() 386 double aom_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in aom_highbd_ssim2()
|
/external/libaom/test/ |
D | util.h | 32 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { in compute_psnr()
|
D | cdef_test.cc | 321 void (*finddir)(const uint16_t *img1, const uint16_t *img2, int stride, in test_finddir_dual() 324 void (*ref_finddir)(const uint16_t *img1, const uint16_t *img2, int stride, in test_finddir_dual() 377 void (*finddir)(const uint16_t *img1, const uint16_t *img2, int stride, in test_finddir_dual_speed() 380 void (*ref_finddir)(const uint16_t *img1, const uint16_t *img2, int stride, in test_finddir_dual_speed()
|
D | encode_test_driver.cc | 129 static bool compare_img(const aom_image_t *img1, const aom_image_t *img2, in compare_img()
|
/external/libaom/av1/common/x86/ |
D | cdef_block_ssse3.c | 27 void cdef_find_dir_dual_ssse3(const uint16_t *img1, const uint16_t *img2, in cdef_find_dir_dual_ssse3()
|
D | cdef_block_sse4.c | 16 void cdef_find_dir_dual_sse4_1(const uint16_t *img1, const uint16_t *img2, in cdef_find_dir_dual_sse4_1()
|
D | cdef_block_avx2.c | 179 void cdef_find_dir_dual_avx2(const uint16_t *img1, const uint16_t *img2, in cdef_find_dir_dual_avx2()
|
/external/skia/gm/ |
D | encode_alpha_jpeg.cpp | 70 auto img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw() local
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 115 def similar_img(img1, img2): argument
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
D | decode_jpeg_test.cc | 96 std::vector<uint8_t> img1(output_flattened.begin(), in TEST() local
|
/external/libvpx/vp9/encoder/ |
D | vp9_blockiness.c | 116 double vp9_get_blockiness(const uint8_t *img1, int img1_pitch, in vp9_get_blockiness()
|
/external/libaom/av1/encoder/ |
D | blockiness.c | 117 double av1_get_blockiness(const unsigned char *img1, int img1_pitch, in av1_get_blockiness()
|
/external/libvpx/ |
D | tools_common.c | 560 int compare_img(const vpx_image_t *const img1, const vpx_image_t *const img2) { in compare_img() 599 void find_mismatch_high(const vpx_image_t *const img1, in find_mismatch_high() 693 void find_mismatch(const vpx_image_t *const img1, const vpx_image_t *const img2, in find_mismatch()
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | vktVideoTestUtils.hpp | 1276 double PSNR(const std::vector<planeType> &img1, const std::vector<planeType> &img2) in PSNR() 1302 double PSNRImplicitCrop(const std::vector<planeType> &img1, const uint32_t width1, const uint32_t h… in PSNRImplicitCrop()
|
/external/skia/tests/ |
D | CanvasStateTest.cpp | 100 static void compare(skiatest::Reporter* reporter, SkImage* img0, SkImage* img1) { in compare()
|
D | MipMapTest.cpp | 253 auto img1 = img->withDefaultMipmaps(); in DEF_TEST() local
|
/external/libvpx/tools/ |
D | tiny_ssim.c | 275 static double ssim2(const uint8_t *img1, const uint8_t *img2, int stride_img1, in ssim2() 295 static double highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in highbd_ssim2()
|
/external/webp/examples/ |
D | anim_diff.c | 131 static int CompareAnimatedImagePair(const AnimatedImage* const img1, in CompareAnimatedImagePair()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 23 void CheckImageEq(CJBig2_Image* img1, CJBig2_Image* img2, int line) { in CheckImageEq()
|