Home | History | Annotate | Download | only in jbig2

Lines Matching refs:grContext

1266 CJBig2_Image *CJBig2_GRRDProc::decode(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)

1277 return decode_Template0_opt(pArithDecoder, grContext);
1279 return decode_Template0_unopt(pArithDecoder, grContext);
1283 return decode_Template1_opt(pArithDecoder, grContext);
1285 return decode_Template1_unopt(pArithDecoder, grContext);
1289 CJBig2_Image *CJBig2_GRRDProc::decode_Template0_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)
1300 SLTP = pArithDecoder->DECODE(&grContext[0x0010]);
1323 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1360 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1373 CJBig2_Image *CJBig2_GRRDProc::decode_Template0_opt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)
1405 SLTP = pArithDecoder->DECODE(&grContext[0x0010]);
1444 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1485 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1504 CJBig2_Image *CJBig2_GRRDProc::decode_Template1_unopt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)
1515 SLTP = pArithDecoder->DECODE(&grContext[0x0008]);
1535 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1569 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1582 CJBig2_Image *CJBig2_GRRDProc::decode_Template1_opt(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)
1614 SLTP = pArithDecoder->DECODE(&grContext[0x0008]);
1647 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1688 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1707 CJBig2_Image *CJBig2_GRRDProc::decode_V1(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext)
1726 SLTP = pArithDecoder->DECODE(&grContext[CONTEXT]);
1761 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1813 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
1821 CJBig2_Image *CJBig2_TRDProc::decode_Huffman(CJBig2_BitStream *pStream, JBig2ArithCtx *grContext)
1958 IBI = pGRRD->decode(pArithDecoder, grContext);
2040 CJBig2_Image *CJBig2_TRDProc::decode_Arith(CJBig2_ArithDecoder *pArithDecoder, JBig2ArithCtx *grContext,
2189 IBI = pGRRD->decode(pArithDecoder, grContext);
2280 JBig2ArithCtx *gbContext, JBig2ArithCtx *grContext)
2462 BS = pDecoder->decode_Arith(pArithDecoder, grContext, &ids);
2522 BS = pGRRD->decode(pArithDecoder, grContext);
2620 JBig2ArithCtx *gbContext, JBig2ArithCtx *grContext
2766 BS = pDecoder->decode_Huffman(pStream, grContext);
2857 BS = pGRRD->decode(pArithDecoder, grContext);