Changeset 876 in 3DVCSoftware for branches/HTM-10.1-dev0/source/App/TAppEncoder


Ignore:
Timestamp:
27 Mar 2014, 18:52:26 (11 years ago)
Author:
tech
Message:

Cleanups part 1.

Location:
branches/HTM-10.1-dev0/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.1-dev0/source/App/TAppEncoder/TAppEncCfg.cpp

    r872 r876  
    521521#if H_3D_SPIVMP
    522522  ("SubPULog2Size", m_iSubPULog2Size, (Int)3, "Sub-PU size index: 2^n")
    523 #endif
    524 #if QC_SPIVMP_MPI_G0119
    525523  ("SubPUMPILog2Size", m_iSubPUMPILog2Size, (Int)3, "Sub-PU MPI size index: 2^n")
    526524#endif
     
    15521550#endif
    15531551#if H_3D_SPIVMP
    1554 #if SEC_SPIVMP_MCP_SIZE_G0077
    15551552  xConfirmPara( m_iSubPULog2Size < 3,                                        "SubPULog2Size must be 3 or greater.");
    1556 #else
    1557   xConfirmPara( m_iSubPULog2Size < 2,                                        "SubPULog2Size must be 2 or greater.");
    1558 #endif
    15591553  xConfirmPara( m_iSubPULog2Size > 6,                                        "SubPULog2Size must be 6 or smaller.");
    15601554  xConfirmPara( (1<<m_iSubPULog2Size) > m_uiMaxCUWidth,                      "SubPULog2Size must be log2(maxCUSize) or smaller.");
    1561 #endif
    1562 #if QC_SPIVMP_MPI_G0119
     1555 
    15631556  xConfirmPara( m_iSubPUMPILog2Size < 3,                                        "SubPUMPILog2Size must be 3 or greater.");
    15641557  xConfirmPara( m_iSubPUMPILog2Size > 6,                                        "SubPUMPILog2Size must be 6 or smaller.");
     
    24992492#if H_3D_SPIVMP
    25002493  printf(" SubPULog2Size:%d  " , m_iSubPULog2Size  );
    2501 #endif
    2502 #endif
    2503 #if QC_SPIVMP_MPI_G0119
    25042494  printf(" SubPUMPILog2Size:%d  " , m_iSubPUMPILog2Size  );
     2495#endif
    25052496#endif
    25062497#if H_3D_ARP
  • branches/HTM-10.1-dev0/source/App/TAppEncoder/TAppEncCfg.h

    r872 r876  
    141141#if H_3D_SPIVMP
    142142  Int                    m_iSubPULog2Size;                   
    143 #endif
    144 #endif
    145 #if QC_SPIVMP_MPI_G0119
    146143  Int                    m_iSubPUMPILog2Size;                   
     144#endif
    147145#endif
    148146#if H_3D_ARP                                                  /// < flag and number of weighting factors in ARP
  • branches/HTM-10.1-dev0/source/App/TAppEncoder/TAppEncTop.cpp

    r872 r876  
    187187#if H_3D_SPIVMP
    188188    m_cTEncTop.setSubPULog2Size                 (( isDepth || 0==layerIdInVps ) ? 0 : m_iSubPULog2Size   );
    189 #endif
    190 #if QC_SPIVMP_MPI_G0119
    191189    m_cTEncTop.setSubPUMPILog2Size              ( !isDepth ? 0 : m_iSubPUMPILog2Size   );
    192190#endif
     
    19701968#endif
    19711969  } 
    1972 #if QC_SPIVMP_MPI_G0119
     1970#if H_3D_SPIVMP
    19731971  vps.setSubPUMPILog2Size( m_iSubPUMPILog2Size );
    19741972#endif
Note: See TracChangeset for help on using the changeset viewer.