id summary reporter owner description type status priority component version resolution keywords cc 55 Pruning process for DV candidate in HTM 9.3 parkmw tech "In HTM 9.3, the wrong motion information is used for pruning of DV candidate. Line 4497 in TComDataCU.cpp is if(puhInterDirNeighbours[iCount] == puhInterDirNeighbours[iCnloop] && pcMvFieldNeighbours[iCnloop<<1]==pcMvFieldNeighbours[(iCount<<1)] && pcMvFieldNeighbours[(iCnloop<<1)+1]==pcMvFieldNeighbours[(iCount<<1)+1]) It should be fixed to if(ivCandDir[1] == puhInterDirNeighbours[iCnloop] && pcMvFieldNeighbours[iCnloop<<1]==tmpMV[0] && pcMvFieldNeighbours[(iCnloop<<1)+1]==tmpMV[1])" defect closed minor HTM software HTM-9.0 fixed tech jct-3v@…