Searched refs:height_y (Results 1 – 2 of 2) sorted by relevance
29 const unsigned int height_y = img1->d_h; in compute_psnr() local33 for (i = 0; i < height_y; ++i) in compute_psnr()39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
117 const unsigned int height_y = img1->d_h; in compare_img() local119 for (i = 0; i < height_y; ++i) in compare_img()