Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_PddProc.cpp21 std::unique_ptr<CJBig2_Image> BHDC; in decode_Arith() local
42 pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext, nullptr); in decode_Arith()
45 if (!BHDC) in decode_Arith()
50 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_Arith()
59 std::unique_ptr<CJBig2_Image> BHDC; in decode_MMR() local
66 pGRD->Start_decode_MMR(&BHDC, pStream); in decode_MMR()
67 if (!BHDC) in decode_MMR()
72 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_MMR()