Searched defs:max_w (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/test/
H A Dtest_boundingrect.cpp81 T min_w = std::numeric_limits<T>::max(), max_w = std::numeric_limits<T>::min(); local
82 T min_h = min_w, max_h = max_w;
87 max_w = std::max<T>(src.at(i).x, max_w);
92 return Rect((int)min_w, (int)min_h, (int)max_w-(int)min_w + 1, (int)max_h-(int)min_h + 1);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c208 const unsigned max_w = 1024; local
210 unsigned sub_w = w > max_w ? max_w : w;
/external/pdfium/samples/
H A Dimage_diff.cc144 int max_w = std::max(baseline.w(), actual.w()); local
147 *pixels_different += (max_w - w) * h;
149 *pixels_different += (max_h - h) * max_w;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp447 int max_w = (int)image->comps[0].w; local
490 max = max_w * max_h;
515 max = max_w * max_h;
541 max = max_w * max_h;

Completed in 172 milliseconds