Searched refs:m_gbContext (Results 1 – 4 of 4) sorted by relevance
32 const std::vector<JBig2ArithCtx>& GbContext() const { return m_gbContext; } in GbContext()36 m_gbContext = std::move(gbContext); in SetGbContext()43 std::vector<JBig2ArithCtx> m_gbContext;
22 dst->m_gbContext = m_gbContext; in DeepCopy()
100 std::vector<JBig2ArithCtx> m_gbContext; variable
965 if (m_gbContext.empty()) in ParseGenericRegion()966 m_gbContext.resize(GetHuffContextSize(m_pGRD->GBTEMPLATE)); in ParseGenericRegion()978 state.gbContext = m_gbContext.data(); in ParseGenericRegion()1001 m_gbContext.clear(); in ParseGenericRegion()