Changeset 536 in 3DVCSoftware
- Timestamp:
- 13 Jul 2013, 11:38:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCAVLC.cpp
r534 r536 877 877 assert( pcVPS->getMaxNuhReservedZeroLayerId() < MAX_VPS_NUH_RESERVED_ZERO_LAYER_ID_PLUS1 ); 878 878 READ_CODE( 6, uiCode, "vps_max_nuh_reserved_zero_layer_id" ); pcVPS->setMaxNuhReservedZeroLayerId( uiCode ); 879 880 879 READ_UVLC( uiCode, "vps_max_op_sets_minus1" ); pcVPS->setMaxOpSets( uiCode + 1 ); 881 880 for( UInt opsIdx = 1; opsIdx <= ( pcVPS->getMaxOpSets() - 1 ); opsIdx ++ ) … … 1117 1116 } 1118 1117 READ_FLAG( uiCode, "iv_mv_scaling_flag"); pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false ); 1119 #endif 1120 } 1121 1118 } 1119 #endif 1122 1120 pcVPS->checkVPSExtensionSyntax(); 1123 1121 … … 1135 1133 pcVPS->initViewIndex(); 1136 1134 #endif 1137 1138 1135 return; 1139 1136 } … … 2101 2098 } 2102 2099 #endif 2103 2104 2100 #if H_3D_IC 2105 2101 Void TDecCavlc::parseICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) … … 2108 2104 } 2109 2105 #endif 2110 2111 2106 // ==================================================================================================================== 2112 2107 // Protected member functions
Note: See TracChangeset for help on using the changeset viewer.