HomeSort by relevance Sort by last modified time
    Searched refs:CalcSSIM (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/util/
ssim.h 27 double CalcSSIM(const uint8* org,
psnr_main.cc 278 distorted_frame->y = CalcSSIM(ch_org, ch_rec, image_width, image_height);
280 CalcSSIM(u_org, u_rec, (image_width + 1) / 2, (image_height + 1) / 2);
282 CalcSSIM(v_org, v_rec, (image_width + 1) / 2, (image_height + 1) / 2);
ssim.cc 295 double CalcSSIM(const uint8* org,

Completed in 104 milliseconds