Changeset 1344 in 3DVCSoftware for branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder
- Timestamp:
- 5 Oct 2015, 20:05:53 (9 years ago)
- Location:
- branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder/SEIwrite.cpp
r1343 r1344 180 180 xWriteSEIMultiviewViewPosition(*static_cast<const SEIMultiviewViewPosition*>(&sei)); 181 181 break; 182 #if NH_3D 182 183 case SEI::ALTERNATIVE_DEPTH_INFO: 183 184 xWriteSEIAlternativeDepthInfo(*static_cast<const SEIAlternativeDepthInfo*>(&sei)); 184 185 break; 186 #endif 185 187 #endif 186 188 … … 1201 1203 if (f<thr) 1202 1204 break; 1203 }else 1205 } 1206 else 1204 1207 { 1205 1208 s_mantissa[i]=0; … … 1220 1223 } 1221 1224 1222 }else 1225 } 1226 else 1223 1227 { 1224 1228 x_mantissa=0; … … 1307 1311 #endif 1308 1312 1309 1313 #if NH_3D 1310 1314 Void SEIWriter::xWriteSEIAlternativeDepthInfo( const SEIAlternativeDepthInfo& sei) 1311 1315 { … … 1413 1417 } 1414 1418 }; 1415 1419 #endif 1416 1420 1417 1421 -
branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder/SEIwrite.h
r1343 r1344 107 107 Void xWriteSEIMultiviewAcquisitionInfo ( const SEIMultiviewAcquisitionInfo& sei); 108 108 Void xWriteSEIMultiviewViewPosition ( const SEIMultiviewViewPosition& sei); 109 #if NH_3D 109 110 Void xWriteSEIAlternativeDepthInfo ( const SEIAlternativeDepthInfo& sei); 111 #endif 110 112 Void xWriteByteAlign(); 111 113 };
Note: See TracChangeset for help on using the changeset viewer.