Changeset 436 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib
- Timestamp:
- 14 Oct 2013, 19:11:30 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibEncoder/TEncSearch.cpp
r435 r436 3223 3223 #if N0383_IL_CONSTRAINED_TILE_SETS_SEI 3224 3224 Bool disableILP = false; 3225 if (pcCU->getPic()->getLayerId() > 0 && m_pcEncCfg->getInterLayerConstrainedTileSetsSEIEnabled() && pcCU->getPic()->getPicSym()->getTileIdxMap(pcCU->getAddr()) >= 0)3225 if (pcCU->getPic()->getLayerId() > 0 && m_pcEncCfg->getInterLayerConstrainedTileSetsSEIEnabled() /*&& pcCU->getPic()->getPicSym()->getTileIdxMap(pcCU->getAddr()) >= 0*/) //always true condition is commented out 3226 3226 { 3227 3227 if (pcCU->getPic()->getPicSym()->getTileSetType(pcCU->getAddr()) == 2) -
branches/SHM-3.1-dev/source/Lib/TLibVideoIO/TVideoIOYuv.h
r431 r436 72 72 Bool read ( TComPicYuv* pPicYuv, Int aiPad[2] ); ///< read one YUV frame with padding parameter 73 73 Bool write( TComPicYuv* pPicYuv, Int confLeft=0, Int confRight=0, Int confTop=0, Int confBottom=0 ); 74 Bool write( TComPicYuv* pPicYuv, TComPicYuv* pPicYuv2, Int confLeft=0, Int confRight=0, Int confTop=0, Int confBottom=0 , bool isTff=false);74 Bool write( TComPicYuv* pPicYuv, TComPicYuv* pPicYuv2, Int confLeft=0, Int confRight=0, Int confTop=0, Int confBottom=0, Bool isTff = false ); 75 75 76 76 Bool isEof (); ///< check for end-of-file
Note: See TracChangeset for help on using the changeset viewer.