Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HtrdProc.cpp63 uint8_t GSBPP = static_cast<uint8_t>(HBPP); in DecodeArith() local
64 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in DecodeArith()
65 for (int32_t i = GSBPP - 1; i >= 0; --i) { in DecodeArith()
80 if (i < GSBPP - 1) in DecodeArith()
97 uint8_t GSBPP = static_cast<uint8_t>(HBPP); in DecodeMMR() local
98 std::vector<std::unique_ptr<CJBig2_Image>> GSPLANES(GSBPP); in DecodeMMR()
99 GRD.StartDecodeMMR(&GSPLANES[GSBPP - 1], pStream); in DecodeMMR()
100 if (!GSPLANES[GSBPP - 1]) in DecodeMMR()
105 for (int32_t J = GSBPP - 2; J >= 0; --J) { in DecodeMMR()