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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dutil.h29 const unsigned int height_y = img1->d_h; local
33 for (i = 0; i < height_y; ++i)
39 double mse = static_cast<double>(sqrerr) / (width_y * height_y);
H A Dencode_test_driver.cc114 const unsigned int height_y = img1->d_h; local
116 for (i = 0; i < height_y; ++i)

Completed in 67 milliseconds