Opened 8 years ago Closed 8 years ago #1480 closed defect (fixed)Data Overflow at Adaptive Color Transform HM Implementation
 Description
There is not enough precision in the internal stages of the Adaptive Color Transform. 
Section 8.6.8.2 (H.265 12/2016 spec) 
When without HIGH_BIT_DEPTH_SUPPORT, HM C-model using only Short (16b; typedef Short Pel) to store pDst0/1/2. 
HM-16.15+SCM-8.5 
Int  t = yo - (cg>>1); 
Thanks Change History (1)comment:1 Changed 8 years ago by libin
 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 
  | ||||||||||||||||
Fixed in r4933.