Opened 13 years ago Closed 11 years ago #275 closed defect (wontfix)Issue on intra chroma scanIdx value
Description
According to section 8.5.2 of WD5d3, the scanIdx value for the intra chroma case should be : ScanType[ Log2( nS >> 2 ) ][ IntraPredModeC ].
The corresponding code in HM-5.0 is at line 4494 of TComDataCU.cpp:
The code does not match WD5d3, as the corresponding scanIdx value would be : ScanType[ 1 + Log2( nS >> 2 ) ][ IntraPredModeC ].
As a consequence, levels of an intra chroma 8x8 block are always diagonal scanned regardless of IntraPredModeC.
To match section 8.5.2 of WD5d3, line 4494 of TComDataCU.cpp should be: Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by davidf
comment:3 Changed 11 years ago by fbossen
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
|
No mismatch between text and software in recent HM versions