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

/external/libvpx/libvpx/test/
H A Dutil.h29 const unsigned int width_y = img1->d_w; local
35 for (j = 0; j < width_y; ++j) {
40 double mse = static_cast<double>(sqrerr) / (width_y * height_y);
H A Dencode_test_driver.cc113 const unsigned int width_y = img1->d_w; local
119 width_y) == 0) && match;

Completed in 42 milliseconds