Searched defs:max_h (Results 1 - 3 of 3) sorted by relevance

/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/samples/
H A Dimage_diff.cc132 int max_h = std::max(baseline.h(), actual.h()); local
136 pixels_different += (max_h - h) * max_w;
184 int max_h = std::max(baseline.h(), actual.h()); local
188 pixels_different += (max_h - h) * max_w;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp369 int max_h = (int)image->comps[0].h; local
411 max = max_w * max_h;
436 max = max_w * max_h;
462 max = max_w * max_h;

Completed in 160 milliseconds