﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1241	redundant verification code	kolya		"on line 4456 of TEncSearch there is a verification code that contains call to obsolete encodeCoeff function. Btw, check always fails.

#if 0 // check
    {
      m_pcEntropyCoder->resetBits();
      m_pcEntropyCoder->encodeCoeff( pcCU, 0, pcCU->getDepth(0), pcCU->getWidth(0), pcCU->getHeight(0) );
      const UInt uiBitsForCoeff = m_pcEntropyCoder->getNumberOfWrittenBits();
      m_pcRDGoOnSbacCoder->load( m_pppcRDSbacCoder[pcCU->getDepth(0)][CI_CURR_BEST] );
      if( uiBitsForCoeff != uiBits )
        assert( 0 );
    }
#endif"	defect	closed	minor	HM-14.0	HM	HM-13.0	fixed		fbossen ksuehring davidf jct-vc@…
