/external/libaom/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/python/cpython2/Demo/tkinter/ttk/ |
D | roundframe.py | 9 img1 = Tkinter.PhotoImage("frameFocusBorder", data=""" variable
|
/external/libvpx/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 | 128 static bool compare_img(const vpx_image_t *img1, const vpx_image_t *img2) { in compare_img()
|
D | error_resilience_test.cc | 146 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) { in MismatchHook()
|
D | resize_test.cc | 481 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) { in MismatchHook()
|
/external/libaom/libaom/test/ |
D | util.h | 25 inline double compute_psnr(const aom_image_t *img1, const aom_image_t *img2) { in compute_psnr()
|
D | encode_test_driver.cc | 131 static bool compare_img(const aom_image_t *img1, const aom_image_t *img2, in compare_img()
|
D | error_resilience_test.cc | 204 virtual void MismatchHook(const aom_image_t *img1, const aom_image_t *img2) { in MismatchHook()
|
D | resize_test.cc | 398 virtual void MismatchHook(const aom_image_t *img1, const aom_image_t *img2) { in MismatchHook()
|
/external/skqp/gm/ |
D | cgm.c | 69 sk_image_t* img1 = sk_image_new_from_encoded(data, NULL); in sk_test_c_api() local
|
D | encode-alpha-jpeg.cpp | 60 auto img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw() local
|
/external/skia/gm/ |
D | cgm.c | 69 sk_image_t* img1 = sk_image_new_from_encoded(data, NULL); in sk_test_c_api() local
|
D | encode-alpha-jpeg.cpp | 62 auto img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.c | 124 static double vpx_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_ssim2() 145 static double vpx_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in vpx_highbd_ssim2() 265 static void ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, in ssimv_parms() 271 double vpx_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, in vpx_get_ssim_metrics()
|
/external/libaom/libaom/aom_dsp/ |
D | ssim.c | 124 static double aom_ssim2(const uint8_t *img1, const uint8_t *img2, in aom_ssim2() 144 static double aom_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in aom_highbd_ssim2() 256 static void ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, in ssimv_parms() 262 double aom_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, in aom_get_ssim_metrics()
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 71 static int compare_img(const vpx_image_t *const img1, in compare_img() 103 static void find_mismatch(const vpx_image_t *const img1, in find_mismatch()
|
/external/noto-fonts/scripts/ |
D | color_emoji_image_diff.py | 115 def similar_img(img1, img2): argument
|
/external/libvpx/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/libaom/av1/encoder/ |
D | blockiness.c | 123 double av1_get_blockiness(const unsigned char *img1, int img1_pitch, in av1_get_blockiness()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 2706 def _verify_compatible_image_shapes(img1, img2): argument 2876 def _ssim_per_channel(img1, img2, max_val=1.0): argument 2940 def ssim(img1, img2, max_val): argument 3005 def ssim_multiscale(img1, img2, max_val, power_factors=_MSSSIM_WEIGHTS): argument
|
/external/libvpx/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/libvpx/libvpx/ |
D | vpxenc.c | 617 static void find_mismatch_high(const vpx_image_t *const img1, in find_mismatch_high() 711 static void find_mismatch(const vpx_image_t *const img1, in find_mismatch() 801 static int compare_img(const vpx_image_t *const img1, in compare_img()
|
/external/skqp/tests/ |
D | TextBlobTest.cpp | 430 sk_sp<SkImage> img1 = render(blob1.get()); in DEF_TEST() local
|
/external/skia/tests/ |
D | TextBlobTest.cpp | 430 sk_sp<SkImage> img1 = render(blob1.get()); in DEF_TEST() local
|