Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_SddProc.cpp36 int32_t HCDH; in DecodeArith() local
77 IADH->Decode(pArithDecoder, &HCDH); in DecodeArith()
78 HCHEIGHT = HCHEIGHT + HCDH; in DecodeArith()
268 int32_t HCDH; in DecodeHuffman() local
297 if (pHuffmanDecoder->DecodeAValue(SDHUFFDH.Get(), &HCDH) != 0) in DecodeHuffman()
300 HCHEIGHT = HCHEIGHT + HCDH; in DecodeHuffman()