Changes between Initial Version and Version 3 of Ticket #152
- Timestamp:
- 1 Mar 2019, 12:17:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #152
- Property Status changed from new to reopened
-
Ticket #152 – Description
initial v3 1 1 In UnitTools.cpp, in the function getInterMergeSubPuMvpCand(): 2 2 3 '''if (colMi.isInter ... )''' 3 {{{ 4 if (colMi.isInter ... ) 4 5 { 5 6 for (unsigned currRefListId = 0; currRefListId < (bBSlice ? 2 : 1); currRefListId++) 6 7 { 7 8 RefPicList currRefPicList = RefPicList(currRefListId); 8 '''if (deriveScaledMotionTemporal(…))'''9 if (deriveScaledMotionTemporal(…)) 9 10 { 10 11 … … … 17 18 … 18 19 } 19 20 }}} 20 21 21 22 The code above can generate a inter motion vector with no valid reference frame (all refIdx = -1).