Opened 12 years ago Closed 12 years ago #899 closed defect (fixed)Some indices of TransCoeffLevel are missing
Description
In "8.6.3 Scaling process for transform coefficients",
Some indices of TransCoeffLevel are missing. Specifically,
d[ x ][ y ] = Clip3( −32768, 32767, ( ( TransCoeffLevel[ xT ][ yT ][ cIdx ] * m[ x ][ y ] * ...
should be replaced with
d[ x ][ y ] = Clip3( −32768, 32767, ( ( TransCoeffLevel[ xT ][ yT ][ cIdx ][ x ][ y ] * m[ x ][ y ] * ...
Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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 JCTVC-K1003_v12