Home
last modified time | relevance | path

Searched refs:max_h (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/samples/
Dimage_diff.cc132 int max_h = std::max(baseline.h(), actual.h()); in PercentageDifferent() local
136 pixels_different += (max_h - h) * max_w; in PercentageDifferent()
184 int max_h = std::max(baseline.h(), actual.h()); in HistogramPercentageDifferent() local
188 pixels_different += (max_h - h) * max_w; in HistogramPercentageDifferent()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c209 const unsigned max_h = 1024; in nv04_surface_copy_swizzle() local
211 unsigned sub_h = h > max_h ? max_h : h; in nv04_surface_copy_swizzle()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp369 int max_h = (int)image->comps[0].h; in color_apply_icc_profile() local
411 max = max_w * max_h; in color_apply_icc_profile()
436 max = max_w * max_h; in color_apply_icc_profile()
462 max = max_w * max_h; in color_apply_icc_profile()