Changeset 710 in 3DVCSoftware for branches/HTM-8.2-dev0/source/Lib/TLibEncoder


Ignore:
Timestamp:
21 Nov 2013, 11:01:25 (11 years ago)
Author:
tech
Message:

Merged DEV1 ( branch HTM-8.2-dev1-Sharp2@707 )

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  
    19051905          rpcTempCU->getCUMvField( REF_PIC_LIST_0 )->setAllMvField( cMvFieldNeighbours[0 + 2*uiMergeCand], SIZE_2Nx2N, 0, 0 ); // interprets depth relative to rpcTempCU level
    19061906          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
    19081908          if( nARPW )
    19091909          {
     
    21152115    m_pcPredSearch->motionCompensation( rpcTempCU , m_ppcPredYuvTemp[uhDepth] );
    21162116
     2117#if !QC_MTK_INTERVIEW_ARP_F0123_F0108
    21172118    if(rpcTempCU->getPartitionSize(0)==SIZE_2Nx2N)
    21182119    {
     
    21322133      }
    21332134    }
     2135#endif
    21342136  }
    21352137  else
     
    21522154     m_ppcWeightedTempCU[uhDepth]->copyPartFrom( rpcTempCU , 0 , uhDepth );
    21532155
     2156#if !QC_MTK_INTERVIEW_ARP_F0123_F0108
    21542157     Bool bSignalflag[2] = { true, true };
    21552158     for(UInt uiRefListIdx = 0; uiRefListIdx < 2; uiRefListIdx ++ )
     
    21662169       rpcTempCU->setARPWSubParts( 0 , 0 , uhDepth );
    21672170     }
     2171#endif
    21682172   }
    21692173  }
  • branches/HTM-8.2-dev0/source/Lib/TLibEncoder/TEncGOP.cpp

    r655 r710  
    724724#if H_3D_ARP
    725725    //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
    726729    pcSlice->setARPStepNum();
     730#endif
    727731    if(pcSlice->getARPStepNum() > 1)
    728732    {
Note: See TracChangeset for help on using the changeset viewer.