Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dutil.h29 const unsigned int height_y = img1->d_h; in compute_psnr() local
33 for (i = 0; i < height_y; ++i) in compute_psnr()
39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
Dencode_test_driver.cc117 const unsigned int height_y = img1->d_h; in compare_img() local
119 for (i = 0; i < height_y; ++i) in compare_img()