Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMaskUtil.cpp110 int32_t numDarkCells = 0; in ApplyMaskPenaltyRule4() local
117 numDarkCells += 1; in ApplyMaskPenaltyRule4()
122 double darkRatio = (double)numDarkCells / numTotalCells; in ApplyMaskPenaltyRule4()