Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GrrdProc.cpp44 if (TPGRON) { in decode_Template0_unopt()
109 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) && in decode_Template0_unopt()
181 if (TPGRON) { in decode_Template0_opt()
258 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) && in decode_Template0_opt()
296 if (TPGRON) { in decode_Template1_unopt()
351 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) && in decode_Template1_unopt()
419 if (TPGRON) { in decode_Template1_opt()
490 if (!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) && in decode_Template1_opt()
DJBig2_GrrdProc.h40 FX_BOOL TPGRON; variable
DJBig2_TrdProc.cpp134 pGRRD->TPGRON = 0; in decode_Huffman()
323 pGRRD->TPGRON = 0; in decode_Arith()
DJBig2_SddProc.cpp225 pGRRD->TPGRON = 0; in decode_Arith()
506 pGRRD->TPGRON = 0; in decode_Huffman()
DJBig2_Context.cpp1210 pGRRD->TPGRON = (cFlags >> 1) & 0x01; in parseGenericRefinementRegion()