HomeSort by relevance Sort by last modified time
    Searched refs:JBIG2_MIN_SEGMENT_SIZE (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_Context.h 39 #define JBIG2_MIN_SEGMENT_SIZE 11
JBig2_Context.cpp 77 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) {
124 while (m_pStream->getByteLeft() > JBIG2_MIN_SEGMENT_SIZE) {
    [all...]

Completed in 43 milliseconds