Ticket #2: fixATMVP.PATCH
File fixATMVP.PATCH, 635 bytes (added by XiangLi, 8 years ago) |
---|
-
source/Lib/TLibCommon/TComPrediction.cpp
992 992 993 993 if( bTwoPUs ) 994 994 { 995 pcCU->getPartIndexAndSize( 1, uiPartAddr, i1stPUWidth, i1stPUHeight ); 995 996 #if QC_SUB_PU_TMVP 996 pcCU->getPartIndexAndSize( 1, uiPartAddr, i1stPUWidth, i1stPUHeight );997 997 #if QC_SUB_PU_TMVP_EXT 998 998 bAtmvpPU |= (pcCU->getMergeType( uiPartAddr ) == MGR_TYPE_SUBPU_TMVP || pcCU->getMergeType( uiPartAddr ) == MGR_TYPE_SUBPU_TMVP_EXT); 999 999 #else