Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp1351 if(TPGRON) { in decode_Template0_unopt()
1397 if(!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) in decode_Template0_unopt()
1456 if(TPGRON) { in decode_Template0_opt()
1529 if(!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) in decode_Template0_opt()
1566 if(TPGRON) { in decode_Template1_unopt()
1608 if(!(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) in decode_Template1_unopt()
1665 if(TPGRON) { in decode_Template1_opt()
1732 if(!(TPGRON && (bVal == GRREFERENCE->getPixel(w + k - 1, h - 1)) in decode_Template1_opt()
1769 if(TPGRON) { in decode_V1()
1819 if(TPGRON && (bVal == GRREFERENCE->getPixel(w - 1, h - 1)) in decode_V1()
[all …]
DJBig2_GeneralDecoder.h145 FX_BOOL TPGRON; variable
DJBig2_Context.cpp1611 pGRRD->TPGRON = (cFlags >> 1) & 0x01; in parseGenericRefinementRegion()