Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp28 pGRD->GBTEMPLATE = HDTEMPLATE; in decode_Arith()
33 if (pGRD->GBTEMPLATE == 0) { in decode_Arith()
DJBig2_HtrdProc.cpp45 GRD.GBTEMPLATE = HTEMPLATE; in decode_Arith()
54 if (GRD.GBTEMPLATE == 0) { in decode_Arith()
DJBig2_GrdProc.h44 uint8_t GBTEMPLATE; variable
DJBig2_GrdProc.cpp54 if (GBTEMPLATE == 0) { in decode_Arith()
58 } else if (GBTEMPLATE == 1) { in decode_Arith()
62 } else if (GBTEMPLATE == 2) { in decode_Arith()
672 if (GBTEMPLATE == 0) { in decode_Arith()
680 } else if (GBTEMPLATE == 1) { in decode_Arith()
688 } else if (GBTEMPLATE == 2) { in decode_Arith()
DJBig2_Context.cpp1059 pGRD->GBTEMPLATE = (cFlags >> 1) & 0x03; in parseGenericRegion()
1062 if (pGRD->GBTEMPLATE == 0) { in parseGenericRegion()
1080 m_gbContext.resize(GetHuffContextSize(m_pGRD->GBTEMPLATE)); in parseGenericRegion()
DJBig2_SddProc.cpp101 pGRD->GBTEMPLATE = SDTEMPLATE; in decode_Arith()