Changes between Initial Version and Version 1 of Ticket #236
- Timestamp:
- 30 Apr 2019, 11:25:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #236 – Description
initial v1 3 3 Therefore, when mvd_l1_zero_flag applies, the SMVD code should set the List1 MVD to (0,0). However, the code below is still setting the symmetric MVD. 4 4 5 5 {{{ 6 6 if ( pu.cu->smvdMode ) 7 7 { … … 10 10 ... 11 11 } 12 }}} 12 13 13 14 I believe the line above should set the MVD to (0,0) if the mvd_l1_zero_flag condition applies.