Changeset 1208 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 8 Jul 2015, 21:20:10 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComPic.cpp ¶
r1117 r1208 353 353 #endif 354 354 355 #if MFM_ENCCONSTRAINT356 355 Bool TComPic::checkSameRefInfo() 357 356 { … … 393 392 return( bSameRefInfo ); 394 393 } 395 #endif396 394 #endif //SVC_EXTENSION 397 395 -
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComPic.h ¶
r1057 r1208 214 214 Void initUpsampledMvField (); 215 215 #endif 216 #if MFM_ENCCONSTRAINT217 216 Bool checkSameRefInfo(); 218 #endif219 217 Void copyUpsampledPictureYuv(TComPicYuv* pcPicYuvIn, TComPicYuv* pcPicYuvOut); 220 218 #if Q0048_CGS_3D_ASYMLUT -
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp ¶
r1207 r1208 3709 3709 } 3710 3710 3711 #if MFM_ENCCONSTRAINT3712 3711 TComPic* TComSlice::getBaseColPic( TComList<TComPic*>& rcListPic ) 3713 3712 { 3714 3713 return xGetRefPic( rcListPic, m_iPOC ); 3715 3714 } 3716 #endif3717 3715 3718 3716 Void TComSlice::setILRPic(TComPic **pcIlpPic) -
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h ¶
r1207 r1208 2276 2276 TComPic* getBaseColPic (UInt refLayerIdc) { return m_pcBaseColPic[refLayerIdc]; } 2277 2277 TComPic** getBaseColPic () { return &m_pcBaseColPic[0]; } 2278 #if MFM_ENCCONSTRAINT2279 2278 TComPic* getBaseColPic( TComList<TComPic*>& rcListPic ); 2280 #endif2281 2279 2282 2280 Void setLayerId (UInt layerId) { m_layerId = layerId; } -
TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h ¶
r1207 r1208 101 101 102 102 /// normative encoder constraints -------- 103 #define MFM_ENCCONSTRAINT 1 ///< JCTVC-O0216: Encoder constraint for motion field mapping104 103 #define REF_IDX_ME_ZEROMV 1 ///< JCTVC-L0051: use zero motion for inter-layer reference picture (without fractional ME) 105 104
Note: See TracChangeset for help on using the changeset viewer.