Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_HtrdProc.cpp43 std::unique_ptr<CJBig2_GSIDProc> pGID(new CJBig2_GSIDProc()); in decode_Arith() local
44 pGID->GSMMR = HMMR; in decode_Arith()
45 pGID->GSW = HGW; in decode_Arith()
46 pGID->GSH = HGH; in decode_Arith()
47 pGID->GSBPP = (uint8_t)HBPP; in decode_Arith()
48 pGID->GSUSESKIP = HENABLESKIP; in decode_Arith()
49 pGID->GSKIP = HSKIP.get(); in decode_Arith()
50 pGID->GSTEMPLATE = HTEMPLATE; in decode_Arith()
51 GI = pGID->decode_Arith(pArithDecoder, gbContext, pPause); in decode_Arith()
81 std::unique_ptr<CJBig2_GSIDProc> pGID(new CJBig2_GSIDProc()); in decode_MMR() local
[all …]