Changeset 710 in 3DVCSoftware for branches/HTM-8.2-dev0/source/Lib/TLibEncoder
- Timestamp:
- 21 Nov 2013, 11:01:25 (11 years ago)
- Location:
- branches/HTM-8.2-dev0/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev0/source/Lib/TLibEncoder/TEncCu.cpp
r708 r710 1905 1905 rpcTempCU->getCUMvField( REF_PIC_LIST_0 )->setAllMvField( cMvFieldNeighbours[0 + 2*uiMergeCand], SIZE_2Nx2N, 0, 0 ); // interprets depth relative to rpcTempCU level 1906 1906 rpcTempCU->getCUMvField( REF_PIC_LIST_1 )->setAllMvField( cMvFieldNeighbours[1 + 2*uiMergeCand], SIZE_2Nx2N, 0, 0 ); // interprets depth relative to rpcTempCU level 1907 #if H_3D_ARP 1907 #if H_3D_ARP && !QC_MTK_INTERVIEW_ARP_F0123_F0108 1908 1908 if( nARPW ) 1909 1909 { … … 2115 2115 m_pcPredSearch->motionCompensation( rpcTempCU , m_ppcPredYuvTemp[uhDepth] ); 2116 2116 2117 #if !QC_MTK_INTERVIEW_ARP_F0123_F0108 2117 2118 if(rpcTempCU->getPartitionSize(0)==SIZE_2Nx2N) 2118 2119 { … … 2132 2133 } 2133 2134 } 2135 #endif 2134 2136 } 2135 2137 else … … 2152 2154 m_ppcWeightedTempCU[uhDepth]->copyPartFrom( rpcTempCU , 0 , uhDepth ); 2153 2155 2156 #if !QC_MTK_INTERVIEW_ARP_F0123_F0108 2154 2157 Bool bSignalflag[2] = { true, true }; 2155 2158 for(UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx ++ ) … … 2166 2169 rpcTempCU->setARPWSubParts( 0 , 0 , uhDepth ); 2167 2170 } 2171 #endif 2168 2172 } 2169 2173 } -
branches/HTM-8.2-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
r655 r710 724 724 #if H_3D_ARP 725 725 //GT: This seems to be broken when layerId in vps is not equal to layerId in nuh 726 #if SHARP_ARP_REF_CHECK_F0105 727 pcSlice->setARPStepNum(m_ivPicLists); 728 #else 726 729 pcSlice->setARPStepNum(); 730 #endif 727 731 if(pcSlice->getARPStepNum() > 1) 728 732 {
Note: See TracChangeset for help on using the changeset viewer.