Searched refs:IAx (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithIntDecoder.cpp10 IAx = (JBig2ArithCtx*)m_pModule->JBig2_Malloc2(sizeof(JBig2ArithCtx), 512);
11 JBIG2_memset(IAx, 0, sizeof(JBig2ArithCtx) * 512);
15 m_pModule->JBig2_Free(IAx);
23 S = pArithDecoder->DECODE(IAx + PREV);
25 D = pArithDecoder->DECODE(IAx + PREV);
28 D = pArithDecoder->DECODE(IAx + PREV);
31 D = pArithDecoder->DECODE(IAx + PREV);
34 D = pArithDecoder->DECODE(IAx + PREV);
37 D = pArithDecoder->DECODE(IAx + PREV);
64 D = pArithDecoder->DECODE(IAx
[all...]
H A DJBig2_ArithIntDecoder.h22 JBig2ArithCtx *IAx; member in class:CJBig2_ArithIntDecoder

Completed in 1532 milliseconds