Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp76 auto GBREG = pdfium::MakeUnique<CJBig2_Image>(GBW, GBH); in decode_Arith_Template0_opt3() local
77 if (!GBREG->data()) in decode_Arith_Template0_opt3()
81 uint8_t* pLine = GBREG->data(); in decode_Arith_Template0_opt3()
82 int32_t nStride = GBREG->stride(); in decode_Arith_Template0_opt3()
95 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt3()
168 return GBREG; in decode_Arith_Template0_opt3()
175 auto GBREG = pdfium::MakeUnique<CJBig2_Image>(GBW, GBH); in decode_Arith_Template0_unopt() local
176 GBREG->fill(0); in decode_Arith_Template0_unopt()
185 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_unopt()
187 uint32_t line1 = GBREG->getPixel(1, h - 2); in decode_Arith_Template0_unopt()
[all …]