Changeset 1216 in SHVCSoftware


Ignore:
Timestamp:
8 Jul 2015, 23:44:27 (9 years ago)
Author:
seregin
Message:

macro cleanup: R0179_CGS_SIZE_8x1x1

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TCom3DAsymLUT.cpp

    r1214 r1216  
    7171{
    7272  assert( nCurOctantDepth <= m_nMaxOctantDepth );
    73 #if R0179_CGS_SIZE_8x1x1
    7473  assert( nCurYPartNumLog2 + nCurOctantDepth <= m_nMaxYPartNumLog2 + m_nMaxOctantDepth );
    75 #else
    76   assert( nCurYPartNumLog2 <= m_nMaxYPartNumLog2 );
    77 #endif
    7874
    7975  m_nCurOctantDepth = nCurOctantDepth;
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1215 r1216  
    6060#define R0164_CGS_LUT_BUGFIX             1      ///< JCTVC-R0164: Bug fix with LUT syntax
    6161#define R0164_CGS_LUT_BUGFIX_CHECK       0      ///< JCTVC-R0164: Add traces explicitly/non-explicitly encoded vertices and check if 3DLUT is correctly filled
    62 #define R0179_CGS_SIZE_8x1x1             1      ///< JCTVC-R0179: allow CGS LUT size to be 8x1x1 as well
    6362#define R0179_ENC_OPT_3DLUT_SIZE         0      ///< JCTVC-R0179: RD decision based LUT size selection
    6463#endif
Note: See TracChangeset for help on using the changeset viewer.