Changeset 786 in 3DVCSoftware for branches/HTM-9.3-dev1-Samsung/source/Lib/TLibCommon
- Timestamp:
- 21 Jan 2014, 05:04:54 (11 years ago)
- Location:
- branches/HTM-9.3-dev1-Samsung/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.3-dev1-Samsung/source/Lib/TLibCommon/TComDataCU.cpp
r780 r786 4461 4461 if(!m_pcSlice->getIsDepth()) 4462 4462 #endif 4463 #if SEC_SPIVMP_MCP_SIZE_G0077 4464 if(getPartitionSize(0) == SIZE_2Nx2N) 4465 pbSPIVMPFlag[iCount] = true; 4466 #else 4463 4467 pbSPIVMPFlag[iCount] = true; 4468 #endif 4464 4469 if( ( ivCandDir[0] & 1 ) == 1 ) 4465 4470 { … … 7177 7182 { 7178 7183 #endif 7184 #if SEC_SPIVMP_MCP_SIZE_G0077 7185 if( getPartitionSize(0) == SIZE_2Nx2N ) 7186 { 7187 #endif 7179 7188 Int iNumSPInOneLine, iNumSP, iSPWidth, iSPHeight; 7180 7189 getSPPara(iWidth, iHeight, iNumSP, iNumSPInOneLine, iSPWidth, iSPHeight); … … 7293 7302 } 7294 7303 } 7304 #if SEC_SPIVMP_MCP_SIZE_G0077 7305 } 7306 #endif 7295 7307 7296 7308 iCurrPosX += ( iWidth >> 1 ); … … 7313 7325 } 7314 7326 #if QC_DEPTH_MERGE_SIMP_G0127 7327 #if SEC_SPIVMP_MCP_SIZE_G0077 7328 for(Int iLoopCan = ( (m_pcSlice->getIsDepth() || getPartitionSize(uiPartAddr) != SIZE_2Nx2N) ? 0 : 1 ); iLoopCan < ( 2 - m_pcSlice->getIsDepth() ); iLoopCan ++) 7329 #else 7315 7330 for(Int iLoopCan = ( 1 - m_pcSlice->getIsDepth() ); iLoopCan < ( 2 - m_pcSlice->getIsDepth() ); iLoopCan ++) 7331 #endif 7332 #else 7333 #if SEC_SPIVMP_MCP_SIZE_G0077 7334 for(Int iLoopCan = ( (m_pcSlice->getIsDepth() || getPartitionSize(uiPartAddr) != SIZE_2Nx2N) ? 0 : 1 ); iLoopCan < 2; iLoopCan ++) 7316 7335 #else 7317 7336 for(Int iLoopCan = ( 1 - m_pcSlice->getIsDepth() ); iLoopCan < 2; iLoopCan ++) 7318 7337 #endif 7338 #endif 7339 #else 7340 #if SEC_SPIVMP_MCP_SIZE_G0077 7341 for(Int iLoopCan = (getPartitionSize(uiPartAddr) == SIZE_2Nx2N ? 1 : 0); iLoopCan < 2; iLoopCan ++) 7319 7342 #else 7320 7343 for(Int iLoopCan = 1; iLoopCan < 2; iLoopCan ++) 7344 #endif 7321 7345 #endif 7322 7346 #else -
branches/HTM-9.3-dev1-Samsung/source/Lib/TLibCommon/TypeDef.h
r780 r786 203 203 /////////////////////////////////// DERIVED DEFINES /////////////////////////////////// 204 204 ///////////////////////////////////////////////////////////////////////////////////////// 205 206 #define SEC_SPIVMP_MCP_SIZE_G0077 1 // Apply SPIVMP only to 2Nx2N partition, JCT3V-G0077 205 207 206 208 ///// ***** VIEW SYNTHESIS OPTIMIZAION *********
Note: See TracChangeset for help on using the changeset viewer.