HomeSort by relevance Sort by last modified time
    Searched refs:GSBPP (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GsidProc.cpp 43 CJBig2_List<CJBig2_Image> GSPLANES(GSBPP);
44 for (int32_t i = GSBPP - 1; i >= 0; --i) {
56 if (i < GSBPP - 1)
64 for (int32_t i = 0; i < GSBPP; ++i) {
79 std::unique_ptr<CJBig2_Image*> GSPLANES(FX_Alloc(CJBig2_Image*, GSBPP));
80 JBIG2_memset(GSPLANES.get(), 0, sizeof(CJBig2_Image*) * GSBPP);
82 pGRD->Start_decode_MMR(&GSPLANES.get()[GSBPP - 1], pStream, nullptr);
86 if (!GSPLANES.get()[GSBPP - 1])
91 int32_t J = GSBPP - 2;
99 for (int32_t K = GSBPP - 1; K > J; --K)
    [all...]
JBig2_GsidProc.h 29 uint8_t GSBPP;
JBig2_HtrdProc.cpp 47 pGID->GSBPP = (uint8_t)HBPP;
85 pGID->GSBPP = (uint8_t)HBPP;

Completed in 228 milliseconds