Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417CodewordDecoder.cpp28 FX_FLOAT CBC_PDF417CodewordDecoder::RATIOS_TABLE[2787][8] = {{0}}; member in CBC_PDF417CodewordDecoder
42 RATIOS_TABLE[i][CBC_PDF417Common::BARS_IN_MODULE - j - 1] = in Initialize()
105 FX_FLOAT diff = RATIOS_TABLE[j][k] - bitCountRatios[k]; in getClosestDecodedValue()
DBC_PDF417CodewordDecoder.h21 static FX_FLOAT RATIOS_TABLE[][8];