Searched refs:numTotalCells (Results 1 – 1 of 1) sorted by relevance
121 int32_t numTotalCells = matrix->GetHeight() * matrix->GetWidth(); in ApplyMaskPenaltyRule4() local122 double darkRatio = (double)numDarkCells / numTotalCells; in ApplyMaskPenaltyRule4()