Opened 14 years ago Closed 14 years ago #106 closed defect (fixed)Bug on mapping intra direction (from 34 to 9 case)
Description
Jani reported the bug on mapping intra direction from 34 to 9 case.
In the case of conversion to 9 modes, horizontal mode with angle 7 (right-down variants) should be mapped to the mode 3 (right-down), but now it is mapped to mode 6 (left-down).
[TComRom.cpp]
const UChar g_aucAngModeMapping[3][34] = intra mode conversion for most probable
};
should be
const UChar g_aucAngModeMapping[3][34] = intra mode conversion for most probable
}; Change History (6)comment:1 Changed 14 years ago by fbossen
comment:2 Changed 14 years ago by user.video1974
In the output of the above data structure for g_aucAngModeMapping, which is the DC mode. For example, in the mapping from 34 to 17 modes, is the first entry i.e., 2 is for DC mode similar to H.264/AVC.
Also in the data structure below for ADI, g_aucAngIntraModeOrder, what do the 3 different columns mean. Which is the correct ordering of the modes in this data structure. Any explanation will be useful.
const UChar g_aucAngIntraModeOrder[34] =
} comment:3 Changed 14 years ago by fbossen
Improperly reopened. Closing again... Questions such as the ones raised here should be directed to the jct-vc email reflector. comment:4 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 13 years ago by davidf
comment:6 Changed 13 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 r314