Changeset 1305 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder
- Timestamp:
- 29 Jul 2015, 12:12:44 (9 years ago)
- Location:
- branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncCavlc.cpp
r1304 r1305 380 380 WRITE_CODE((pcPPS->getDLT()->getDepthViewBitDepth() - 8), 4, "pps_bit_depth_for_depth_layers_minus8"); 381 381 382 #if NH_3D_DLT_FIX 383 for( Int i = 0; i <= pcPPS->getDLT()->getNumDepthViews()-1; i++ ) 384 #else 382 385 for( Int i = 0; i <= pcPPS->getDLT()->getNumDepthViews(); i++ ) 386 #endif 383 387 { 384 388 Int layerId = pcPPS->getDLT()->getDepthIdxToLayerId(i); -
branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncCu.cpp
r1304 r1305 2254 2254 2255 2255 // prior to this, rpcTempCU will have just been reset using rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode ); 2256 #if H_3D ||NH_3D_ARP2256 #if NH_3D_ARP 2257 2257 const Bool bTransquantBypassFlag = rpcTempCU->getCUTransquantBypass(0); 2258 2258 #endif
Note: See TracChangeset for help on using the changeset viewer.