Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/Lib/TLibDecoder/TDecCAVLC.cpp
- Timestamp:
- 17 Dec 2013, 21:57:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/Lib/TLibDecoder/TDecCAVLC.cpp
r724 r747 813 813 if( depthFlag ) 814 814 { 815 #if H_3DV 815 816 READ_FLAG( uiCode, "use_qtl_flag" ); 816 817 pcSPS->setUseQTL( uiCode ); 817 818 READ_FLAG( uiCode, "use_pc_flag" ); 818 819 pcSPS->setUsePC( uiCode ); 820 #else 821 pcSPS->setUsePC( 0 ); 822 #endif 819 823 } 820 824 #endif … … 1320 1324 } 1321 1325 } 1326 #if H_3DV 1322 1327 READ_FLAG( uiCode, "iv_mv_scaling_flag"); pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false ); 1328 #endif 1323 1329 } 1324 1330 #endif
Note: See TracChangeset for help on using the changeset viewer.