Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h31 #define JBIG2_MIN_SEGMENT_SIZE 11 macro
DJBig2_Context.cpp84 while (m_pStream->getByteLeft() >= JBIG2_MIN_SEGMENT_SIZE) { in DecodeSequential()