Searched refs:numDarkCells (Results 1 – 1 of 1) sorted by relevance
110 int32_t numDarkCells = 0; in ApplyMaskPenaltyRule4() local117 numDarkCells += 1; in ApplyMaskPenaltyRule4()122 double darkRatio = (double)numDarkCells / numTotalCells; in ApplyMaskPenaltyRule4()