Changeset 1163 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
8 Jul 2015, 01:04:18 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0182_VPS_VUI_PS_FLAG

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1161 r1163  
    37593759  }
    37603760#endif
    3761 #if P0182_VPS_VUI_PS_FLAG
    3762   for(i = 1; i < vps->getMaxLayers(); i++)
     3761
     3762  for( i = 1; i < vps->getMaxLayers(); i++ )
    37633763  {
    37643764    if (vps->getNumRefLayers(vps->getLayerIdInNuh(i)) == 0)
     
    37723772    }
    37733773  }
    3774 #endif
    37753774}
    37763775
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1150 r1163  
    607607    }
    608608
    609 #if P0182_VPS_VUI_PS_FLAG
    610609    UInt layerIdx = activeVPS->getLayerIdxInVps( m_layerId );
    611610
     
    627626      assert( repFormat->getConformanceWindowVps().getWindowBottomOffset() == sps->getConformanceWindow().getWindowBottomOffset() );
    628627    }   
    629 #endif
    630628  }
    631629
Note: See TracChangeset for help on using the changeset viewer.