Changes between Initial Version and Version 1 of Ticket #236


Ignore:
Timestamp:
30 Apr 2019, 11:25:13 (5 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #236 – Description

    initial v1  
    33Therefore, 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.
    44
    5 
     5{{{
    66  if ( pu.cu->smvdMode )
    77  {
     
    1010    ...
    1111  }
     12}}}
    1213
    1314I believe the line above should set the MVD to (0,0) if the mvd_l1_zero_flag condition applies.