Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp29 uint32_t HCHEIGHT, NSYMSDECODED; in decode_Arith() local
67 HCHEIGHT = 0; in decode_Arith()
72 HCHEIGHT = HCHEIGHT + HCDH; in decode_Arith()
73 if ((int)HCHEIGHT < 0 || (int)HCHEIGHT > JBIG2_MAX_IMAGE_SIZE) in decode_Arith()
89 if (HCHEIGHT == 0 || SYMWIDTH == 0) { in decode_Arith()
100 pGRD->GBH = HCHEIGHT; in decode_Arith()
122 pDecoder->SBH = HCHEIGHT; in decode_Arith()
204 pGRRD->GRH = HCHEIGHT; in decode_Arith()
268 uint32_t HCHEIGHT, NSYMSDECODED; in decode_Huffman() local
295 HCHEIGHT = 0; in decode_Huffman()
[all …]