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

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

Completed in 97 milliseconds