Searched refs:GSPLANES (Results 1 – 2 of 2) sorted by relevance
64 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in DecodeArith() local79 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() local99 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 …]
50 const std::vector<std::unique_ptr<CJBig2_Image>>& GSPLANES);