Opened 10 years ago Closed 10 years ago #1294 closed defect (fixed)444, derivation of scanIdx and predModeIntra, mismatch between specification and software
Description
In section 7.4.9.11, "Residual coding semantics" in derivation of scanIdx the following condition: - If CuPredMode[ x0 ][ y0 ] is equal to MODE_INTRA and one or more of the following conditions are true: - log2TrafoSize is equal to 2. - log2TrafoSize is equal to 3 and cIdx is equal to 0.
differs from the one in reference software HM-14.0+RExt-7.2, when chromaArrayType is 3, log2TrafoSize is 3, and cIdx is different from 0. Condition in specification gives false, while condition in software gives true. - If CuPredMode[ x0 ][ y0 ] is equal to MODE_INTRA and one or more of the following conditions are true: - log2TrafoSize is equal to 2. - log2TrafoSize is equal to 3 and cIdx is equal to 0. - log2TrafoSize is equal to 3 and chromaArrayType is equal to 3. Change History (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by davidf
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 Q1005_v8