Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp30 pGRD->GBTEMPLATE = HDTEMPLATE; in decode_Arith()
35 if (pGRD->GBTEMPLATE == 0) { in decode_Arith()
DJBig2_GsidProc.cpp24 pGRD->GBTEMPLATE = GSTEMPLATE; in decode_Arith()
34 if (pGRD->GBTEMPLATE == 0) { in decode_Arith()
DJBig2_GrdProc.h40 uint8_t GBTEMPLATE; variable
DJBig2_GrdProc.cpp47 if (GBTEMPLATE == 0) { in decode_Arith()
51 } else if (GBTEMPLATE == 1) { in decode_Arith()
55 } else if (GBTEMPLATE == 2) { in decode_Arith()
571 if (GBTEMPLATE == 0) { in decode_Arith()
579 } else if (GBTEMPLATE == 1) { in decode_Arith()
587 } else if (GBTEMPLATE == 2) { in decode_Arith()
DJBig2_Context.cpp1071 pGRD->GBTEMPLATE = (cFlags >> 1) & 0x03; in parseGenericRegion()
1074 if (pGRD->GBTEMPLATE == 0) { in parseGenericRegion()
1094 const size_t size = GetHuffContextSize(m_pGRD->GBTEMPLATE); in parseGenericRegion()
DJBig2_SddProc.cpp101 pGRD->GBTEMPLATE = SDTEMPLATE; in decode_Arith()