Changeset 112 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 30 Aug 2012, 09:18:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncGOP.cpp
r110 r112 1136 1136 if (!bEntropySlice) 1137 1137 { 1138 #if OL_DEPTHLIMIT //start dumping partition information 1139 m_pcSliceEncoder->setPartDumpFlag(1); 1140 // if(!(pcPic->getSlice(0)->getSPS()->getUseDPL())) 1141 // { 1142 // m_pcSliceEncoder->setPartDumpFlag(0); 1143 // } 1144 #endif 1138 1145 pcSlice->setTileLocationCount ( 0 ); 1139 1146 m_pcSliceEncoder->encodeSlice(pcPic, pcBitstreamRedirect, pcSubstreamsOut); // redirect is only used for CAVLC tile position info. 1147 #if OL_DEPTHLIMIT //stop dumping partition information 1148 m_pcSliceEncoder->setPartDumpFlag(0); 1149 #endif 1140 1150 } 1141 1151 else 1142 1152 { 1153 #if OL_DEPTHLIMIT //start dumping partition information 1154 m_pcSliceEncoder->setPartDumpFlag(1); 1155 #endif 1143 1156 m_pcSliceEncoder->encodeSlice(pcPic, &nalu.m_Bitstream, pcSubstreamsOut); // nalu.m_Bitstream is only used for CAVLC tile position info. 1157 #if OL_DEPTHLIMIT //stop dumping partition information 1158 m_pcSliceEncoder->setPartDumpFlag(0); 1159 #endif 1144 1160 } 1145 1161
Note: See TracChangeset for help on using the changeset viewer.