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.cpp21 m_LTP(0) { in CJBig2_GRDProc()
562 m_LTP = 0; in Start_decode_Arith()
663 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3()
664 if (m_LTP) { in decode_Arith_Template0_opt3()
742 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt()
743 if (m_LTP) { in decode_Arith_Template0_unopt()
800 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3()
801 if (m_LTP) { in decode_Arith_Template1_opt3()
879 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_unopt()
880 if (m_LTP) { in decode_Arith_Template1_unopt()
[all …]
DJBig2_GrdProc.h120 int m_LTP; variable