Changeset 786 in 3DVCSoftware for branches/HTM-9.3-dev1-Samsung/source/App


Ignore:
Timestamp:
21 Jan 2014, 05:04:54 (11 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-G0077: MCP Size (Only enabling SPIVMP with 2Nx2N PU & Change name of syntax element "log2_sub_pb_size_minus2" to "log2_sub_pb_size_minus3")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev1-Samsung/source/App/TAppEncoder/TAppEncCfg.cpp

    r779 r786  
    15151515#endif
    15161516#if H_3D_SPIVMP
     1517#if SEC_SPIVMP_MCP_SIZE_G0077
     1518  xConfirmPara( m_iSubPULog2Size < 3,                                        "SubPULog2Size must be 3 or greater.");
     1519#else
    15171520  xConfirmPara( m_iSubPULog2Size < 2,                                        "SubPULog2Size must be 2 or greater.");
     1521#endif
    15181522  xConfirmPara( m_iSubPULog2Size > 6,                                        "SubPULog2Size must be 6 or smaller.");
    15191523  xConfirmPara( (1<<m_iSubPULog2Size) > m_uiMaxCUWidth,                      "SubPULog2Size must be log2(maxCUSize) or smaller.");
Note: See TracChangeset for help on using the changeset viewer.