Searched refs:pCX (Results 1 – 3 of 3) sorted by relevance
66 int CJBig2_ArithDecoder::Decode(JBig2ArithCtx* pCX) { in Decode() argument67 ASSERT(pCX); in Decode()68 ASSERT(pCX->I() < FX_ArraySize(kQeTable)); in Decode()70 const JBig2ArithCtx::JBig2ArithQe& qe = kQeTable[pCX->I()]; in Decode()74 return pCX->MPS(); in Decode()76 const int D = m_A < qe.Qe ? pCX->DecodeNLPS(qe) : pCX->DecodeNMPS(qe); in Decode()82 const int D = m_A < qe.Qe ? pCX->DecodeNMPS(qe) : pCX->DecodeNLPS(qe); in Decode()
34 JBig2ArithCtx* pCX = &(*context)[*prev]; in RecursiveDecode() local35 int D = decoder->Decode(pCX); in RecursiveDecode()99 JBig2ArithCtx* pCX = &m_IAID[PREV]; in Decode() local100 int D = pArithDecoder->Decode(pCX); in Decode()
44 int Decode(JBig2ArithCtx* pCX);