Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.h50 bool USESKIP; variable
DJBig2_PddProc.cpp26 pGRD->USESKIP = 0; in DecodeArith()
DJBig2_GrdProc.cpp229 if (!USESKIP || !SKIP->GetPixel(w, h)) { in DecodeArithTemplateUnopt()
365 if (USESKIP && SKIP->GetPixel(w, h)) { in DecodeArithTemplate3Unopt()
610 if (USESKIP && SKIP->GetPixel(w, m_loopIndex)) { in ProgressiveDecodeArithTemplate0Unopt()
770 if (USESKIP && SKIP->GetPixel(w, h)) { in ProgressiveDecodeArithTemplate1Unopt()
924 if (USESKIP && SKIP->GetPixel(w, m_loopIndex)) { in ProgressiveDecodeArithTemplate2Unopt()
1063 if (USESKIP && SKIP->GetPixel(w, m_loopIndex)) { in ProgressiveDecodeArithTemplate3Unopt()
DJBig2_HtrdProc.cpp47 GRD.USESKIP = HENABLESKIP; in DecodeArith()
DJBig2_SddProc.cpp109 pGRD->USESKIP = 0; in DecodeArith()
DJBig2_Context.cpp960 pGRD->USESKIP = 0; in ParseGenericRegion()