Opened 6 years ago Closed 5 years ago #1499 closed defect (fixed)Equation 8-47 in v5 spec was inadvertently changed from v4 spec
Description
In the v5 spec, equation 8-47, for dcVal calculation, neighboring predicted pixels are summed up and right shifted by (k-1) bits. It seems to be a mistake caused by formatting. Correct operation should be right shift by (k+1) bits. The same equation in v4 spec is correct. Reference code implementation is correct. Change History (1)comment:1 Changed 5 years ago by crosewarne
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
|
Confirmed fixed in H.265 (11/19).