Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp35 uint32_t HCHEIGHT, NSYMSDECODED; in DecodeArith() local
73 HCHEIGHT = 0; in DecodeArith()
78 HCHEIGHT = HCHEIGHT + HCDH; in DecodeArith()
79 if ((int)HCHEIGHT < 0 || (int)HCHEIGHT > JBIG2_MAX_IMAGE_SIZE) in DecodeArith()
95 if (HCHEIGHT == 0 || SYMWIDTH == 0) { in DecodeArith()
106 pGRD->GBH = HCHEIGHT; in DecodeArith()
137 pDecoder->SBH = HCHEIGHT; in DecodeArith()
203 pGRRD->GRH = HCHEIGHT; in DecodeArith()
267 uint32_t HCHEIGHT, NSYMSDECODED; in DecodeHuffman() local
293 HCHEIGHT = 0; in DecodeHuffman()
[all …]