Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GsidProc.cpp58 std::unique_ptr<uint32_t, FxFreeDeleter> GSVALS( in decode_Arith() local
60 JBIG2_memset(GSVALS.get(), 0, sizeof(uint32_t) * GSW * GSH); in decode_Arith()
64 GSVALS.get()[y * GSW + x] |= GSPLANES[i]->getPixel(x, y) << i; in decode_Arith()
67 return GSVALS.release(); in decode_Arith()
99 std::unique_ptr<uint32_t> GSVALS(FX_Alloc2D(uint32_t, GSW, GSH)); in decode_MMR() local
100 JBIG2_memset(GSVALS.get(), 0, sizeof(uint32_t) * GSW * GSH); in decode_MMR()
104 GSVALS.get()[y * GSW + x] |= GSPLANES.get()[J]->getPixel(x, y) << J; in decode_MMR()
111 return GSVALS.release(); in decode_MMR()