Changeset 786 in 3DVCSoftware for branches/HTM-9.3-dev1-Samsung/source/App
- Timestamp:
- 21 Jan 2014, 05:04:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-Samsung/source/App/TAppEncoder/TAppEncCfg.cpp
r779 r786 1515 1515 #endif 1516 1516 #if H_3D_SPIVMP 1517 #if SEC_SPIVMP_MCP_SIZE_G0077 1518 xConfirmPara( m_iSubPULog2Size < 3, "SubPULog2Size must be 3 or greater."); 1519 #else 1517 1520 xConfirmPara( m_iSubPULog2Size < 2, "SubPULog2Size must be 2 or greater."); 1521 #endif 1518 1522 xConfirmPara( m_iSubPULog2Size > 6, "SubPULog2Size must be 6 or smaller."); 1519 1523 xConfirmPara( (1<<m_iSubPULog2Size) > m_uiMaxCUWidth, "SubPULog2Size must be log2(maxCUSize) or smaller.");
Note: See TracChangeset for help on using the changeset viewer.