Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrrdProc.cpp46 if (TPGRON) { in decode_Template0_unopt()
81 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) && in decode_Template0_unopt()
162 if (TPGRON) { in decode_Template0_opt()
250 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) && in decode_Template0_opt()
287 if (TPGRON) { in decode_Template1_unopt()
353 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) && in decode_Template1_unopt()
416 if (TPGRON) { in decode_Template1_opt()
489 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) && in decode_Template1_opt()
DJBig2_GrrdProc.h29 bool TPGRON; variable
DJBig2_TrdProc.cpp147 pGRRD->TPGRON = 0; in decode_Huffman()
349 pGRRD->TPGRON = 0; in decode_Arith()
DJBig2_SddProc.cpp209 pGRRD->TPGRON = 0; in decode_Arith()
438 pGRRD->TPGRON = 0; in decode_Huffman()
DJBig2_Context.cpp1154 pGRRD->TPGRON = (cFlags >> 1) & 0x01; in parseGenericRefinementRegion()