Home
last modified time | relevance | path

Searched refs:nMinNotWhiteCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java658 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx() local
661 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java738 int nMinNotWhiteCount = Math.min(nNotWhiteCount_NewGraphic, nNotWhiteCount_OldGraphic); in estimateGfx() local
741 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