HomeSort by relevance Sort by last modified time
    Searched refs:width_y (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/test/
util.h 28 const unsigned int width_y = img1->d_w; local
34 for (j = 0; j < width_y; ++j) {
40 double mse = static_cast<double>(sqrerr) / (width_y * height_y);
encode_test_driver.cc 134 const unsigned int width_y = img1->d_w; local
140 width_y) == 0) &&
  /external/libaom/libaom/test/
util.h 29 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);
  /external/libaom/libaom/av1/common/
onyxc_int.h 1126 const int width_y = aligned_width; local
    [all...]

Completed in 325 milliseconds