Changeset 166 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 1 Nov 2012, 19:22:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibCommon/CommonDef.h
r134 r166 110 110 #define MAX_GOP 64 ///< max. value of hierarchical GOP size 111 111 112 #if VSP_N 113 #define MAX_NUM_REF 5 ///< max. value of multiple reference frames 114 #define MAX_NUM_REF_LC 10 ///< max. value of combined reference frames 115 #else 112 116 #define MAX_NUM_REF 4 ///< max. value of multiple reference frames 113 117 #define MAX_NUM_REF_LC 8 ///< max. value of combined reference frames 118 #endif 114 119 115 120 #define MAX_UINT 0xFFFFFFFFU ///< max. value of unsigned 32-bit integer
Note: See TracChangeset for help on using the changeset viewer.