Ignore:
Timestamp:
29 Jul 2015, 12:12:44 (9 years ago)
Author:
tech
Message:

Further fixes and alignments.

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  
    380380    WRITE_CODE((pcPPS->getDLT()->getDepthViewBitDepth() - 8), 4, "pps_bit_depth_for_depth_layers_minus8");
    381381   
     382#if NH_3D_DLT_FIX
     383    for( Int i = 0; i <= pcPPS->getDLT()->getNumDepthViews()-1; i++ )
     384#else
    382385    for( Int i = 0; i <= pcPPS->getDLT()->getNumDepthViews(); i++ )
     386#endif
    383387    {
    384388      Int layerId = pcPPS->getDLT()->getDepthIdxToLayerId(i);
  • branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncCu.cpp

    r1304 r1305  
    22542254
    22552255  // prior to this, rpcTempCU will have just been reset using rpcTempCU->initEstData( uiDepth, iQP, bIsLosslessMode );
    2256 #if H_3D || NH_3D_ARP
     2256#if NH_3D_ARP
    22572257  const Bool bTransquantBypassFlag = rpcTempCU->getCUTransquantBypass(0);
    22582258#endif
Note: See TracChangeset for help on using the changeset viewer.