Changeset 1169 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 8 Jul 2015, 01:20:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1168 r1169 1984 1984 Int NumOutputLayersInOutputLayerSet[MAX_VPS_LAYER_SETS_PLUS1]; 1985 1985 Int OlsHighestOutputLayerId[MAX_VPS_LAYER_SETS_PLUS1]; 1986 #if LIST_OF_PTL 1986 1987 1987 if( vps->getMaxLayers() > 1 && vps->getBaseLayerInternalFlag() ) 1988 1988 { … … 1993 1993 #endif 1994 1994 } 1995 #endif1996 1995 1997 1996 UInt i = 0, j = 0; … … 2124 2123 Int const numBitsForPtlIdx = vps->calculateLenOfSyntaxElement( vps->getNumProfileTierLevel() ); 2125 2124 2126 #if LIST_OF_PTL2127 2125 #if MULTIPLE_PTL_SUPPORT 2128 2126 //Do something here to make sure the loop is correct to consider base layer internal stuff … … 2131 2129 #endif 2132 2130 for(Int idx = vps->getBaseLayerInternalFlag() ? 2 : 1; idx < vps->getNumProfileTierLevel(); idx++) 2133 #else2134 for(Int idx = 1; idx <= vps->getNumProfileTierLevel() - 1; idx++)2135 #endif2136 2131 { 2137 2132 #if MULTIPLE_PTL_SUPPORT
Note: See TracChangeset for help on using the changeset viewer.