Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp31 uint32_t SYMWIDTH, TOTWIDTH; in decode_Arith() local
76 SYMWIDTH = 0; in decode_Arith()
85 SYMWIDTH = SYMWIDTH + DW; in decode_Arith()
86 if ((int)SYMWIDTH < 0 || (int)SYMWIDTH > JBIG2_MAX_IMAGE_SIZE) in decode_Arith()
89 if (HCHEIGHT == 0 || SYMWIDTH == 0) { in decode_Arith()
90 TOTWIDTH = TOTWIDTH + SYMWIDTH; in decode_Arith()
95 TOTWIDTH = TOTWIDTH + SYMWIDTH; in decode_Arith()
99 pGRD->GBW = SYMWIDTH; in decode_Arith()
121 pDecoder->SBW = SYMWIDTH; in decode_Arith()
203 pGRRD->GRW = SYMWIDTH; in decode_Arith()
[all …]