Home
last modified time | relevance | path

Searched refs:g_ArithIntDecodeData (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp22 } g_ArithIntDecodeData[] = { variable
30 static const size_t kDepthEnd = FX_ArraySize(g_ArithIntDecodeData) - 1; in RecursiveDecode()
63 for (int i = 0; i < g_ArithIntDecodeData[nDecodeDataIndex].nNeedBits; ++i) { in decode()
71 g_ArithIntDecodeData[nDecodeDataIndex].nValue; in decode()