Home
last modified time | relevance | path

Searched refs:max_w (Results 1 – 4 of 4) sorted by relevance

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