Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.h34 #define JBIG2_END_OF_PAGE 2 macro
DJBig2_Context.cpp93 if (nRet == JBIG2_END_OF_PAGE || nRet == JBIG2_END_OF_FILE) { in decode_SquentialOrgnazation()
147 if (nRet == JBIG2_END_OF_PAGE || nRet == JBIG2_END_OF_FILE) in decode_RandomOrgnazation()
400 return JBIG2_END_OF_PAGE; in ProcessingParseSegmentData()