Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp64 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in DecodeArith() local
79 GSPLANES[i] = std::move(pImage); in DecodeArith()
81 GSPLANES[i]->ComposeFrom(0, 0, GSPLANES[i + 1].get(), JBIG2_COMPOSE_XOR); in DecodeArith()
83 return DecodeImage(GSPLANES); in DecodeArith()
98 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in DecodeMMR() local
99 GRD.StartDecodeMMR(&GSPLANES[GSBPP - 1], pStream); in DecodeMMR()
100 if (!GSPLANES[GSBPP - 1]) in DecodeMMR()
106 GRD.StartDecodeMMR(&GSPLANES[J], pStream); in DecodeMMR()
107 if (!GSPLANES[J]) in DecodeMMR()
112 GSPLANES[J]->ComposeFrom(0, 0, GSPLANES[J + 1].get(), JBIG2_COMPOSE_XOR); in DecodeMMR()
[all …]
DJBig2_HtrdProc.h50 const std::vector<std::unique_ptr<CJBig2_Image>>& GSPLANES);