Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff.cc131 int max_w = std::max(baseline.w(), actual.w()); in PercentageDifferent() local
134 pixels_different += (max_w - w) * h; in PercentageDifferent()
136 pixels_different += (max_h - h) * max_w; in PercentageDifferent()
183 int max_w = std::max(baseline.w(), actual.w()); in HistogramPercentageDifferent() local
186 pixels_different += (max_w - w) * h; in HistogramPercentageDifferent()
188 pixels_different += (max_h - h) * max_w; in HistogramPercentageDifferent()
/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.cpp368 int max_w = (int)image->comps[0].w; 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()