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.cpp23 m_LTP(0) { in CJBig2_GRDProc()
662 m_LTP = 0; in Start_decode_Arith()
767 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_opt3()
769 if (m_LTP) { in decode_Arith_Template0_opt3()
862 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x9b25]); in decode_Arith_Template0_unopt()
864 if (m_LTP) { in decode_Arith_Template0_unopt()
926 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_opt3()
928 if (m_LTP) { in decode_Arith_Template1_opt3()
1021 m_LTP = m_LTP ^ pArithDecoder->DECODE(&gbContext[0x0795]); in decode_Arith_Template1_unopt()
1023 if (m_LTP) { in decode_Arith_Template1_unopt()
[all …]
DJBig2_GrdProc.h131 int m_LTP; variable