/external/libaom/libaom/examples/ |
D | encoder_util.c | 24 const aom_image_t *const img2, int plane, in find_mismatch_plane() 81 const aom_image_t *const img2, in find_mismatch_helper() 90 const aom_image_t *const img2, int yloc[4], in aom_find_mismatch_high() 96 const aom_image_t *const img2, int yloc[4], int uloc[4], in aom_find_mismatch() 102 const aom_image_t *const img2) { in aom_compare_img()
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | roundframe.py | 49 img2 = Tkinter.PhotoImage("frameBorder", 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 | 499 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) { in MismatchHook()
|
D | svc_datarate_test.cc | 508 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 | 135 static bool compare_img(const aom_image_t *img1, const aom_image_t *img2, in compare_img()
|
D | error_resilience_test.cc | 208 virtual void MismatchHook(const aom_image_t *img1, const aom_image_t *img2) { in MismatchHook()
|
D | resize_test.cc | 399 virtual void MismatchHook(const aom_image_t *img1, const aom_image_t *img2) { in MismatchHook()
|
/external/libaom/libaom/aom_dsp/ |
D | ssim.c | 126 static double aom_ssim2(const uint8_t *img1, const uint8_t *img2, in aom_ssim2() 146 static double aom_highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in aom_highbd_ssim2() 258 static void ssimv_parms(uint8_t *img1, int img1_pitch, uint8_t *img2, in ssimv_parms() 264 double aom_get_ssim_metrics(uint8_t *img1, int img1_pitch, uint8_t *img2, in aom_get_ssim_metrics()
|
/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/skia/tests/ |
D | MipMapTest.cpp | 240 auto img2 = builder.attachTo(img); in DEF_TEST() local 252 auto img2 = builder.attachTo(img); in DEF_TEST() local
|
D | ImageTest.cpp | 1526 auto img2 = SkImage::MakeFromEncoded(img->encodeToData()); in DEF_TEST() local
|
/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 | 117 const uint8_t *img2, int img2_pitch, int width, in vp9_get_blockiness()
|
/external/libaom/libaom/av1/encoder/ |
D | blockiness.c | 124 const unsigned char *img2, int img2_pitch, int width, in av1_get_blockiness()
|
/external/libvpx/libvpx/ |
D | tools_common.c | 551 int compare_img(const vpx_image_t *const img1, const vpx_image_t *const img2) { in compare_img() 591 const vpx_image_t *const img2, int yloc[4], int uloc[4], in find_mismatch_high() 684 void find_mismatch(const vpx_image_t *const img1, const vpx_image_t *const img2, in find_mismatch()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 22 void CheckImageEq(CJBig2_Image* img1, CJBig2_Image* img2, int line) { in CheckImageEq()
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 272 static double ssim2(const uint8_t *img1, const uint8_t *img2, int stride_img1, in ssim2() 292 static double highbd_ssim2(const uint8_t *img1, const uint8_t *img2, in highbd_ssim2()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 3980 def _verify_compatible_image_shapes(img1, img2): argument 4156 img2, argument 4240 img2, argument 4332 img2, argument
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | canvaskit-wasm-tests.ts | 256 const img2 = CK.MakeImageFromCanvasImageSource(imgElement); // $ExpectType Image constant 851 const img2 = surfaceSix.makeImageSnapshot(); // $ExpectType Image constant
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_others.cpp | 3488 VkImage img2; in TEST_F() local
|