Searched refs:bitCountRatios (Results 1 – 1 of 1) sorted by relevance
95 CFX_FloatArray bitCountRatios; in getClosestDecodedValue() local96 bitCountRatios.SetSize(CBC_PDF417Common::BARS_IN_MODULE); in getClosestDecodedValue()97 for (int32_t i = 0; i < bitCountRatios.GetSize(); i++) { in getClosestDecodedValue()98 bitCountRatios[i] = moduleBitCount.GetAt(i) / (FX_FLOAT)bitCountSum; in getClosestDecodedValue()105 FX_FLOAT diff = RATIOS_TABLE[j][k] - bitCountRatios[k]; in getClosestDecodedValue()