Changeset 666 in 3DVCSoftware for branches/HTM-8.2-dev1-Qualcomm/source/Lib/TLibEncoder
- Timestamp:
- 4 Nov 2013, 16:21:28 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev1-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp
r655 r666 1845 1845 rpcTempCU->getCUMvField( REF_PIC_LIST_1 )->setAllMvField( cMvFieldNeighbours[1 + 2*uiMergeCand], SIZE_2Nx2N, 0, 0 ); // interprets depth relative to rpcTempCU level 1846 1846 1847 #if H_3D_ARP 1847 #if H_3D_ARP && !QC_MTK_INTERVIEW_ARP_F0123_F0108 1848 1848 if( nARPW ) 1849 1849 { … … 2050 2050 2051 2051 m_pcPredSearch->motionCompensation( rpcTempCU , m_ppcPredYuvTemp[uhDepth] ); 2052 2052 #if !QC_MTK_INTERVIEW_ARP_F0123_F0108 2053 2053 if(rpcTempCU->getPartitionSize(0)==SIZE_2Nx2N) 2054 2054 { … … 2068 2068 } 2069 2069 } 2070 #endif 2070 2071 } 2071 2072 else … … 2087 2088 { 2088 2089 m_ppcWeightedTempCU[uhDepth]->copyPartFrom( rpcTempCU , 0 , uhDepth ); 2089 2090 #if !QC_MTK_INTERVIEW_ARP_F0123_F0108 2090 2091 Bool bSignalflag[2] = { true, true }; 2091 2092 for(UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx ++ ) … … 2102 2103 rpcTempCU->setARPWSubParts( 0 , 0 , uhDepth ); 2103 2104 } 2105 #endif 2104 2106 } 2105 2107 }
Note: See TracChangeset for help on using the changeset viewer.