Opened 12 years ago Closed 12 years ago #591 closed defect (fixed)Issue of SAO edgeIdx derivation
Description
The Sign(x) function in the text is as follows,
However, the Sign(x) function for edgeIdx should be
Therefore, we should define a new Sign1(x) function for edgeIdx,
where Sign1(x) function is as follows,
Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by chihming.fucomment:3 Changed 12 years ago by bbross
This is fixed in JCTVC-I1003 d5 (v6). Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Typo fix:
if (x>0), Sign1(x)= 1,
otherwise if (x==0), Sign1(x)= 0
otherwise if (x<0 ), Sign1(x)= -1