Searched refs:GBREG (Results 1 – 1 of 1) sorted by relevance
75 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_opt3() local76 if (!GBREG->m_pData) in decode_Arith_Template0_opt3()79 pLine = GBREG->m_pData; in decode_Arith_Template0_opt3()80 nStride = GBREG->m_nStride; in decode_Arith_Template0_opt3()91 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_opt3()152 return GBREG.release(); in decode_Arith_Template0_opt3()162 std::unique_ptr<CJBig2_Image> GBREG(new CJBig2_Image(GBW, GBH)); in decode_Arith_Template0_unopt() local163 GBREG->fill(0); in decode_Arith_Template0_unopt()170 GBREG->copyLine(h, h - 1); in decode_Arith_Template0_unopt()172 line1 = GBREG->getPixel(1, h - 2); in decode_Arith_Template0_unopt()[all …]