Skip to content
Snippets Groups Projects
Commit 1056924d authored by Mohammed Golam Sarwer's avatar Mohammed Golam Sarwer
Browse files

clean-up macro

parent b9a977c9
No related branches found
No related tags found
1 merge request!1029JVET-P0072 simplified transform skip residual coding
......@@ -94,8 +94,7 @@ public:
unsigned maxLastPosY () const { return m_maxLastPosY; }
unsigned lastXCtxId ( unsigned posLastX ) const { return m_CtxSetLastX( m_lastOffsetX + ( posLastX >> m_lastShiftX ) ); }
unsigned lastYCtxId ( unsigned posLastY ) const { return m_CtxSetLastY( m_lastOffsetY + ( posLastY >> m_lastShiftY ) ); }
#if JVET_P0072_SIMPLIFIED_TSRC
#else
#if !JVET_P0072_SIMPLIFIED_TSRC
bool isContextCoded () { return --m_remainingContextBins >= 0; }
#endif
int numCtxBins () const { return m_remainingContextBins; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment