Home
last modified time | relevance | path

Searched refs:m_LTP (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp404 m_LTP = 0; in StartDecodeArith()
502 m_LTP = m_LTP ^ pArithDecoder->Decode(&gbContext[0x9b25]); in ProgressiveDecodeArithTemplate0Opt3()
504 if (m_LTP) { in ProgressiveDecodeArithTemplate0Opt3()
597 m_LTP = m_LTP ^ pArithDecoder->Decode(&gbContext[0x9b25]); in ProgressiveDecodeArithTemplate0Unopt()
599 if (m_LTP) { in ProgressiveDecodeArithTemplate0Unopt()
661 m_LTP = m_LTP ^ pArithDecoder->Decode(&gbContext[0x0795]); in ProgressiveDecodeArithTemplate1Opt3()
663 if (m_LTP) { in ProgressiveDecodeArithTemplate1Opt3()
756 m_LTP = m_LTP ^ pArithDecoder->Decode(&gbContext[0x0795]); in ProgressiveDecodeArithTemplate1Unopt()
758 if (m_LTP) { in ProgressiveDecodeArithTemplate1Unopt()
816 m_LTP = m_LTP ^ pArithDecoder->Decode(&gbContext[0x00e5]); in ProgressiveDecodeArithTemplate2Opt3()
[all …]
DJBig2_GrdProc.h99 int m_LTP = 0; variable