Changeset 1216 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 8 Jul 2015, 23:44:27 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TCom3DAsymLUT.cpp
r1214 r1216 71 71 { 72 72 assert( nCurOctantDepth <= m_nMaxOctantDepth ); 73 #if R0179_CGS_SIZE_8x1x174 73 assert( nCurYPartNumLog2 + nCurOctantDepth <= m_nMaxYPartNumLog2 + m_nMaxOctantDepth ); 75 #else76 assert( nCurYPartNumLog2 <= m_nMaxYPartNumLog2 );77 #endif78 74 79 75 m_nCurOctantDepth = nCurOctantDepth; -
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1215 r1216 60 60 #define R0164_CGS_LUT_BUGFIX 1 ///< JCTVC-R0164: Bug fix with LUT syntax 61 61 #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 well63 62 #define R0179_ENC_OPT_3DLUT_SIZE 0 ///< JCTVC-R0179: RD decision based LUT size selection 64 63 #endif
Note: See TracChangeset for help on using the changeset viewer.