Searched defs:img2 (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
D | roundframe.py | 49 img2 = Tkinter.PhotoImage("frameBorder", data=""" variable
|
/external/libvpx/libvpx/test/ |
D | util.h | 22 inline double compute_psnr(const vpx_image_t *img1, const vpx_image_t *img2) { in compute_psnr()
|
D | encode_test_driver.cc | 127 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 | 461 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) { in MismatchHook()
|
D | datarate_test.cc | 1171 virtual void MismatchHook(const vpx_image_t *img1, const vpx_image_t *img2) { in MismatchHook()
|
/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 | PipeTest.cpp | 82 auto img2 = deserializer.readImage(data.get()); in DEF_TEST() local 103 auto img2 = deserializer.readImage(data.get()); in DEF_TEST() local
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 72 const vpx_image_t *const img2) { in compare_img() 104 const vpx_image_t *const img2, int yloc[4], in find_mismatch()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_blockiness.c | 116 const uint8_t *img2, int img2_pitch, int width, in vp9_get_blockiness()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 589 const vpx_image_t *const img2, int yloc[4], in find_mismatch_high() 683 const vpx_image_t *const img2, int yloc[4], in find_mismatch() 773 const vpx_image_t *const img2) { in compare_img()
|
/external/libvpx/libvpx/tools/ |
D | tiny_ssim.c | 67 double vp8_ssim2(unsigned char *img1, unsigned char *img2, int stride_img1, in vp8_ssim2()
|