OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_IAx
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithIntDecoder.h
25
std::vector<JBig2ArithCtx>
m_IAx
;
JBig2_ArithIntDecoder.cpp
48
m_IAx
.resize(512);
57
const int S = pArithDecoder->DECODE(&
m_IAx
[PREV]);
61
RecursiveDecode(pArithDecoder, &
m_IAx
, &PREV, 0);
65
int D = pArithDecoder->DECODE(&
m_IAx
[PREV]);
Completed in 50 milliseconds