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


Ignore:
Timestamp:
16 Apr 2014, 02:23:24 (11 years ago)
Author:
seregin
Message:

code formatting

Location:
branches/SHM-6-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

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

    r680 r684  
    18911891#endif
    18921892#if Q0048_CGS_3D_ASYMLUT
    1893   Int     getCGSFlag()     { return m_nCGSFlag;  }
    1894   Void    setCGSFlag(Int n){ m_nCGSFlag = n;     }
     1893  Int     getCGSFlag()                { return m_nCGSFlag;  }
     1894  Void    setCGSFlag(Int n)           { m_nCGSFlag = n;     }
    18951895  Int     getCGSOutputBitDepthY()     { return m_nCGSOutputBitDepthY;  }
    18961896  Void    setCGSOutputBitDepthY(Int n){ m_nCGSOutputBitDepthY = n;     }
  • branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h

    r683 r684  
    8686#define O0194_JOINT_US_BITSHIFT          1      ///< JCTVC-O0194: Joint Upsampling and bit-shift
    8787#endif
    88 #define Q0048_CGS_3D_ASYMLUT             1
     88#define Q0048_CGS_3D_ASYMLUT             1      ///< JCTVC-Q0048: Colour gamut scalability with look-up table
    8989#if Q0048_CGS_3D_ASYMLUT
    9090#define O0194_WEIGHTED_PREDICTION_CGS    0
Note: See TracChangeset for help on using the changeset viewer.