Searched refs:testScale (Results 1 – 1 of 1) sorted by relevance
1688 dng_point testScale = squareCell; in DownScale() local1690 while (!IsSafeDownScale (testScale)) in DownScale()1693 testScale.v += squareCell.v; in DownScale()1694 testScale.h += squareCell.h; in DownScale()1700 if (!ValidSizeDownScale (testScale, minSize)) in DownScale()1711 int32 testSize = SizeForDownScale (testScale); in DownScale()1716 bestScale = testScale; in DownScale()1730 testScale.v += squareCell.v; in DownScale()1731 testScale.h += squareCell.h; in DownScale()1733 if (IsSafeDownScale (testScale)) in DownScale()[all …]