Changeset 1432 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
10 Aug 2015, 23:04:12 (10 years ago)
Author:
seregin
Message:

CGS code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/CommonDef.h

    r1431 r1432  
    123123#if SVC_EXTENSION
    124124static 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
     125static const Int    POS_SCALING_FACTOR_2X =                     32768; ///< position scaling factor equal to 1x
     126static const Int    MV_SCALING_FACTOR_1X =                       4096; ///< MV scaling factor equal to 1x
    126127#endif
    127128
     
    257258static const Int LAST_SIGNIFICANT_GROUPS =                        10 ;
    258259
     260#if SVC_EXTENSION
     261static const Int CGS_FILTER_LENGTH =                               13;
     262static const Int CGS_FILTER_PHASES_2X =                             4;
     263static const Int CGS_FILTER_PHASES_1X =                             8;
     264#endif
    259265
    260266// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.