Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.h257 FX_BYTE HDPW, variable
DJBig2_GeneralDecoder.cpp3166 pGRD->GBW = (GRAYMAX + 1) * HDPW; in decode_Arith()
3171 pGRD->GBAT[0] = -(FX_INT32)HDPW; in decode_Arith()
3192 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_Arith()
3214 pGRD->GBW = (GRAYMAX + 1) * HDPW; in decode_MMR()
3227 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_MMR()
DJBig2_Context.cpp1336 || (m_pStream->read1Byte(&pPDD->HDPW) != 0) in parsePatternDict()