Changeset 684 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon
- Timestamp:
- 16 Apr 2014, 02:23:24 (11 years ago)
- 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 1891 1891 #endif 1892 1892 #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; } 1895 1895 Int getCGSOutputBitDepthY() { return m_nCGSOutputBitDepthY; } 1896 1896 Void setCGSOutputBitDepthY(Int n){ m_nCGSOutputBitDepthY = n; } -
branches/SHM-6-dev/source/Lib/TLibCommon/TypeDef.h
r683 r684 86 86 #define O0194_JOINT_US_BITSHIFT 1 ///< JCTVC-O0194: Joint Upsampling and bit-shift 87 87 #endif 88 #define Q0048_CGS_3D_ASYMLUT 1 88 #define Q0048_CGS_3D_ASYMLUT 1 ///< JCTVC-Q0048: Colour gamut scalability with look-up table 89 89 #if Q0048_CGS_3D_ASYMLUT 90 90 #define O0194_WEIGHTED_PREDICTION_CGS 0
Note: See TracChangeset for help on using the changeset viewer.