Changeset 654 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder
- Timestamp:
- 21 Oct 2013, 21:26:44 (11 years ago)
- Location:
- branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncCu.cpp
r653 r654 1004 1004 #endif 1005 1005 // do normal intra modes 1006 #if H_3D_DIM_ENC 1007 if (( rpcBestCU->getSlice()->getIsDepth() && rpcBestCU->getSlice()->isIRAP() ) ) 1008 { 1009 #endif 1010 1006 1011 1007 // speedup for inter frames 1012 1008 if( rpcBestCU->getSlice()->getSliceType() == I_SLICE || … … 1060 1056 } 1061 1057 } 1062 #if H_3D_DIM_ENC1063 }1064 #endif1065 1058 // test PCM 1066 1059 if(pcPic->getSlice(0)->getSPS()->getUsePCM() -
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibEncoder/TEncTop.cpp
r653 r654 1220 1220 } 1221 1221 } 1222 #if H_MV1223 }1224 #endif1225 1222 if(POCCurr == 1 && slice->getPic()->isField()) 1226 1223 { … … 1230 1227 slice->setRPS(getSPS()->getRPSList()->getReferencePictureSet(slice->getRPSidx())); 1231 1228 slice->getRPS()->setNumberOfPictures(slice->getRPS()->getNumberOfNegativePictures()+slice->getRPS()->getNumberOfPositivePictures()); 1229 #if H_MV 1230 } 1231 #endif 1232 1232 1233 } 1233 1234
Note: See TracChangeset for help on using the changeset viewer.