Ignore:
Timestamp:
4 Nov 2013, 16:21:28 (11 years ago)
Author:
zhang
Message:

JCT3V-F0123, JCT3V-F0108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev1-Qualcomm/source/Lib/TLibEncoder/TEncCu.cpp

    r655 r666  
    18451845          rpcTempCU->getCUMvField( REF_PIC_LIST_1 )->setAllMvField( cMvFieldNeighbours[1 + 2*uiMergeCand], SIZE_2Nx2N, 0, 0 ); // interprets depth relative to rpcTempCU level
    18461846
    1847 #if H_3D_ARP
     1847#if H_3D_ARP && !QC_MTK_INTERVIEW_ARP_F0123_F0108
    18481848          if( nARPW )
    18491849          {
     
    20502050
    20512051    m_pcPredSearch->motionCompensation( rpcTempCU , m_ppcPredYuvTemp[uhDepth] );
    2052 
     2052#if !QC_MTK_INTERVIEW_ARP_F0123_F0108
    20532053    if(rpcTempCU->getPartitionSize(0)==SIZE_2Nx2N)
    20542054    {
     
    20682068      }
    20692069    }
     2070#endif
    20702071  }
    20712072  else
     
    20872088   {
    20882089     m_ppcWeightedTempCU[uhDepth]->copyPartFrom( rpcTempCU , 0 , uhDepth );
    2089 
     2090#if !QC_MTK_INTERVIEW_ARP_F0123_F0108
    20902091     Bool bSignalflag[2] = { true, true };
    20912092     for(UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx ++ )
     
    21022103       rpcTempCU->setARPWSubParts( 0 , 0 , uhDepth );
    21032104     }
     2105#endif
    21042106   }
    21052107  }
Note: See TracChangeset for help on using the changeset viewer.