Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp63 STRIPT *= SBSTRIPS; in DecodeHuffman()
73 DT *= SBSTRIPS; in DecodeHuffman()
99 if (SBSTRIPS != 1) { in DecodeHuffman()
101 while (static_cast<uint32_t>(1 << nTmp) < SBSTRIPS) in DecodeHuffman()
274 STRIPT *= SBSTRIPS; in DecodeArith()
285 DT *= SBSTRIPS; in DecodeArith()
307 if (SBSTRIPS != 1) in DecodeArith()
DJBig2_TrdProc.h71 uint32_t SBSTRIPS; variable
DJBig2_SddProc.cpp119 pDecoder->SBSTRIPS = 1; in DecodeArith()
310 pDecoder->SBSTRIPS = 1; in DecodeHuffman()
DJBig2_Context.cpp594 pTRD->SBSTRIPS = 1 << dwTemp; in ParseTextRegion()