Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp3157 CJBig2_Image *BHDC = NULL; in decode_Arith() local
3181 FXCODEC_STATUS status = pGRD->Start_decode_Arith(&BHDC, pArithDecoder, gbContext); in decode_Arith()
3185 if(BHDC == NULL) { in decode_Arith()
3192 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_Arith()
3195 delete BHDC; in decode_Arith()
3205 CJBig2_Image *BHDC = NULL; in decode_MMR() local
3216 FXCODEC_STATUS status = pGRD->Start_decode_MMR(&BHDC, pStream); in decode_MMR()
3220 if(BHDC == NULL) { in decode_MMR()
3227 pDict->HDPATS[GRAY] = BHDC->subImage(HDPW * GRAY, 0, HDPW, HDPH); in decode_MMR()
3230 delete BHDC; in decode_MMR()