Home
last modified time | relevance | path

Searched refs:width_y (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dutil.h27 const unsigned int width_y = img1->d_w; in compute_psnr() local
33 for (j = 0; j < width_y; ++j) { in compute_psnr()
38 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
Dencode_test_driver.cc150 const unsigned int width_y = img1->d_w; in compare_img() local
156 width_y) == 0) && match; in compare_img()