Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_TrdProc.cpp33 STRIPT *= SBSTRIPS; in decode_Huffman()
43 DT *= SBSTRIPS; in decode_Huffman()
69 if (SBSTRIPS != 1) { in decode_Huffman()
71 while (static_cast<uint32_t>(1 << nTmp) < SBSTRIPS) in decode_Huffman()
267 STRIPT *= SBSTRIPS; in decode_Arith()
278 DT *= SBSTRIPS; in decode_Arith()
300 if (SBSTRIPS != 1) in decode_Arith()
DJBig2_TrdProc.h61 uint32_t SBSTRIPS; variable
DJBig2_SddProc.cpp124 pDecoder->SBSTRIPS = 1; in decode_Arith()
341 pDecoder->SBSTRIPS = 1; in decode_Huffman()
DJBig2_Context.cpp646 pTRD->SBSTRIPS = 1 << dwTemp; in parseTextRegion()