Ignore:
Timestamp:
26 Jan 2013, 19:36:53 (12 years ago)
Author:
mitsubishi-htm
Message:

-Integration of JCT3V-C0152 & JCT3V-C0131
-This check-in enable C0131 only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev3-MERL/source/Lib/TLibEncoder/TEncSlice.cpp

    r210 r231  
    811811      m_pcBufferLowLatSbacCoders[ui].load(m_pppcRDSbacCoder[0][CI_CURR_BEST]);  //init. state
    812812  }
     813
     814#if MERL_VSP_C0152
     815  // Send Depth/Texture pointers to slice level
     816  pcSlice->setBWVSPLUTParam(m_aiShiftLUT, m_iShiftPrec);
     817  pcSlice->setRefPicBaseTxt(m_pPicBaseTxt);
     818  pcSlice->setRefPicBaseDepth(m_pPicBaseDepth);
     819#endif
     820
    813821  UInt uiWidthInLCUs  = rpcPic->getPicSym()->getFrameWidthInCU();
    814822  //UInt uiHeightInLCUs = rpcPic->getPicSym()->getFrameHeightInCU();
     
    11381146
    11391147  UInt uiEncCUOrder;
     1148
    11401149  uiCUAddr = rpcPic->getPicSym()->getCUOrderMap( uiStartCUAddr /rpcPic->getNumPartInCU());  /*for tiles, uiStartCUAddr is NOT the real raster scan address, it is actually
    11411150                                                                                              an encoding order index, so we need to convert the index (uiStartCUAddr)
Note: See TracChangeset for help on using the changeset viewer.