Searched refs:max_h (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/imagediff/
H A Dimage_diff.cc162 int max_h = std::max(baseline.h(), actual.h()); local
166 pixels_different += (max_h - h) * max_w;
213 int max_h = std::max(baseline.h(), actual.h()); local
217 pixels_different += (max_h - h) * max_w;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c209 const unsigned max_h = 1024; local
211 unsigned sub_h = h > max_h ? max_h : h;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c209 const unsigned max_h = 1024; local
211 unsigned sub_h = h > max_h ? max_h : h;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp324 int prec, i, max, max_w, max_h; local
335 max_h = (int)image->comps[0].h;
377 max = max_w * max_h;
402 max = max_w * max_h;
428 max = max_w * max_h;

Completed in 144 milliseconds