Changeset 648 in 3DVCSoftware for branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibCommon/TypeDef.h
- Timestamp:
- 19 Oct 2013, 18:46:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0-Cleanup/source/Lib/TLibCommon/TypeDef.h
r647 r648 181 181 #define KWU_RC_MADPRED_E0227 0 ///< JCT3V-E0227, inter-view MAD prediction 182 182 183 184 /// FIXES185 #if H_MV186 #define H_MV5 1 // Update to MV-HEVC 5 HLS187 #endif188 183 ///////////////////////////////////////////////////////////////////////////////////////// 189 184 /////////////////////////////////// DERIVED DEFINES /////////////////////////////////// … … 769 764 enum ScalabilityType 770 765 { 771 #if H_MV5772 766 #if H_3D 773 767 DEPTH_ID = 0, 774 768 #endif 775 769 VIEW_ORDER_INDEX = 1, 776 #else777 VIEW_ID = 0,778 #if H_3D779 DEPTH_ID = 1,780 #endif781 #endif782 770 }; 783 771 #endif
Note: See TracChangeset for help on using the changeset viewer.