Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp27 const uint8_t OneLeadPos[256] = { variable
58 return byte_pos * 8 + OneLeadPos[data]; in FindBit()
83 return std::min(byte_pos * 8 + OneLeadPos[data], max_pos); in FindBit()