Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp38 std::unique_ptr<CJBig2_Image> BHDC; in DecodeArith() local
40 state.pImage = &BHDC; in DecodeArith()
49 if (!BHDC) in DecodeArith()
54 pDict->HDPATS[GRAY] = BHDC->SubImage(HDPW * GRAY, 0, HDPW, HDPH); in DecodeArith()
64 std::unique_ptr<CJBig2_Image> BHDC; in DecodeMMR() local
65 pGRD->StartDecodeMMR(&BHDC, pStream); in DecodeMMR()
66 if (!BHDC) in DecodeMMR()
71 pDict->HDPATS[GRAY] = BHDC->SubImage(HDPW * GRAY, 0, HDPW, HDPH); in DecodeMMR()