Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp43 const uint8_t* leading_pos = bit ? OneLeadPos : ZeroLeadPos; in FindBit() local
51 if (leading_pos[data] < 8) { in FindBit()
52 return start_pos / 8 * 8 + leading_pos[data]; in FindBit()
68 int pos = leading_pos[data_buf[byte_pos]] + byte_pos * 8; in FindBit()