Changeset 1432 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon
- Timestamp:
- 10 Aug 2015, 23:04:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/CommonDef.h
r1431 r1432 123 123 #if SVC_EXTENSION 124 124 static const Int POS_SCALING_FACTOR_1X = 65536; ///< position scaling factor equal to 1x 125 static const Int MV_SCALING_FACTOR_1X = 4096 ; ///< MV scaling factor equal to 1x 125 static const Int POS_SCALING_FACTOR_2X = 32768; ///< position scaling factor equal to 1x 126 static const Int MV_SCALING_FACTOR_1X = 4096; ///< MV scaling factor equal to 1x 126 127 #endif 127 128 … … 257 258 static const Int LAST_SIGNIFICANT_GROUPS = 10 ; 258 259 260 #if SVC_EXTENSION 261 static const Int CGS_FILTER_LENGTH = 13; 262 static const Int CGS_FILTER_PHASES_2X = 4; 263 static const Int CGS_FILTER_PHASES_1X = 8; 264 #endif 259 265 260 266 // ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.