Ticket #6: allhhioff.patch

File allhhioff.patch, 808 bytes (added by wjhan, 14 years ago)

Patch file according to the comments

  • source//Lib/TLibEncoder/TEncGOP.cpp

    diff -Nur 04_TMuC-HHI-RIM2/source//Lib/TLibEncoder/TEncGOP.cpp 04_TMuC-HHI-RIM2_allhhiofffix/source//Lib/TLibEncoder/TEncGOP.cpp
    old new  
    405405          else
    406406            m_pcEntropyCoder->setAlfCtrl( false );
    407407          m_pcEntropyCoder->encodeAlfParam(&cAlfParam);
     408
     409#if HHI_ALF
    408410          if( pcSlice->getSPS()->getALFSeparateQt() && cAlfParam.cu_control_flag )
    409411          {
    410412            m_pcAdaptiveLoopFilter->encodeQuadTree ( &cAlfParam, m_pcEntropyCoder, uiMaxAlfCtrlDepth );
    411413          }
     414#endif
    412415
    413416          pcPic->getSlice()->setSymbolMode(1);
    414417          m_pcSliceEncoder->setV2Vflag(1);