Searched refs:nMinNotWhiteCount (Results 1 – 2 of 2) sorted by relevance
658 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx() local661 if (nMinNotWhiteCount == 0) in estimateGfx()663 nMinNotWhiteCount = Math.max(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()664 if (nMinNotWhiteCount == 0) in estimateGfx()666 nMinNotWhiteCount = 1; in estimateGfx()670 int nPercent = Math.abs(nNotBlackCount_DiffGraphic * 100 / nMinNotWhiteCount); in estimateGfx()
738 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx() local741 if (nMinNotWhiteCount == 0) in estimateGfx()743 nMinNotWhiteCount = Math.max(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx()744 if (nMinNotWhiteCount == 0) in estimateGfx()746 nMinNotWhiteCount = 1; in estimateGfx()750 int nPercent = Math.abs(nNotBlackCount_DiffGraphic * 100 / nMinNotWhiteCount); in estimateGfx()
Completed in 22 milliseconds