HomeSort by relevance Sort by last modified time
    Searched full:leading_pos (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 53 const uint8_t* leading_pos = bit ? OneLeadPos : ZeroLeadPos; local
61 if (leading_pos[data] < 8)
62 return start_pos / 8 * 8 + leading_pos[data];
78 return std::min(leading_pos[data_buf[byte_pos]] + byte_pos * 8, max_pos);

Completed in 603 milliseconds