Home
last modified time | relevance | path

Searched refs:TPGRON (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp51 if (TPGRON) { in DecodeTemplate0Unopt()
86 if (!(TPGRON && (bVal == GRREFERENCE->GetPixel(w - 1, h - 1)) && in DecodeTemplate0Unopt()
167 if (TPGRON) { in DecodeTemplate0Opt()
252 if (!(TPGRON && (bVal == GRREFERENCE->GetPixel(w + k - 1, h - 1)) && in DecodeTemplate0Opt()
292 if (TPGRON) { in DecodeTemplate1Unopt()
355 if (!(TPGRON && (bVal == GRREFERENCE->GetPixel(w - 1, h - 1)) && in DecodeTemplate1Unopt()
415 if (TPGRON) { in DecodeTemplate1Opt()
488 if (!(TPGRON && (bVal == GRREFERENCE->GetPixel(w + k - 1, h - 1)) && in DecodeTemplate1Opt()
DJBig2_GrrdProc.h28 bool TPGRON; variable
DJBig2_TrdProc.cpp183 pGRRD->TPGRON = 0; in DecodeHuffman()
363 pGRRD->TPGRON = 0; in DecodeArith()
DJBig2_SddProc.cpp208 pGRRD->TPGRON = 0; in DecodeArith()
427 pGRRD->TPGRON = 0; in DecodeHuffman()
DJBig2_Context.cpp1051 pGRRD->TPGRON = (cFlags >> 1) & 0x01; in ParseGenericRefinementRegion()