Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp37 uint32_t SYMWIDTH, TOTWIDTH; in DecodeArith() local
82 SYMWIDTH = 0; in DecodeArith()
91 SYMWIDTH = SYMWIDTH + DW; in DecodeArith()
92 if ((int)SYMWIDTH < 0 || (int)SYMWIDTH > JBIG2_MAX_IMAGE_SIZE) in DecodeArith()
95 if (HCHEIGHT == 0 || SYMWIDTH == 0) { in DecodeArith()
96 TOTWIDTH = TOTWIDTH + SYMWIDTH; in DecodeArith()
101 TOTWIDTH = TOTWIDTH + SYMWIDTH; in DecodeArith()
105 pGRD->GBW = SYMWIDTH; in DecodeArith()
136 pDecoder->SBW = SYMWIDTH; in DecodeArith()
202 pGRRD->GRW = SYMWIDTH; in DecodeArith()
[all …]