Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dutil.h28 const unsigned int width_y = img1->d_w; in compute_psnr() local
34 for (j = 0; j < width_y; ++j) { in compute_psnr()
39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr()
Dencode_test_driver.cc113 const unsigned int width_y = img1->d_w; in compare_img() local
119 width_y) == 0) && match; in compare_img()