Home
last modified time | relevance | path

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

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