Ticket #2: fixATMVP.PATCH

File fixATMVP.PATCH, 635 bytes (added by XiangLi, 9 years ago)

patch for the fix

  • source/Lib/TLibCommon/TComPrediction.cpp

     
    992992
    993993  if( bTwoPUs )
    994994  {
     995    pcCU->getPartIndexAndSize( 1, uiPartAddr, i1stPUWidth, i1stPUHeight );
    995996#if QC_SUB_PU_TMVP
    996     pcCU->getPartIndexAndSize( 1, uiPartAddr, i1stPUWidth, i1stPUHeight );
    997997#if QC_SUB_PU_TMVP_EXT
    998998    bAtmvpPU |= (pcCU->getMergeType( uiPartAddr ) == MGR_TYPE_SUBPU_TMVP || pcCU->getMergeType( uiPartAddr ) == MGR_TYPE_SUBPU_TMVP_EXT);
    999999#else