Searched refs:width_y (Results 1 – 2 of 2) sorted by relevance
27 const unsigned int width_y = img1->d_w; in compute_psnr() local33 for (j = 0; j < width_y; ++j) { in compute_psnr()38 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
150 const unsigned int width_y = img1->d_w; in compare_img() local156 width_y) == 0) && match; in compare_img()