Opened 9 years ago Closed 7 years ago #92 closed defect (fixed)The different PartNum of different layers has problem
Description
Considering the cases that the PartNum of layer0 is different to that of Layer1 1. g_auiRasterToZscan makes incorrect AbsPartIdx
Change history (6)comment:1 Changed 9 years ago by kenhuangcomment:2 Changed 9 years ago by Vadim
I think you should enable LAYER_CTB macro for that case. Could you try it in your experiment? I fixed some compilation errors for that macro with rev 1520. comment:3 Changed 9 years ago by kenhuang
The problem of g_auiRasterToZscan is fixed. But the problem of mvp candidate is still there.
EL
and the Scaled BL is
Considering the marked position, x, in EL, that gets the wrong mvp candidate. comment:4 Changed 9 years ago by Vadim
I am not sure I understand the example, could you please point out the problematic code and possibly the fix if you have one? comment:5 Changed 7 years ago by forayr
This issue is still present.
In TComPic::copyUpsampledMvField, the upsampled picture used the partition size of the enhanced layer. Therefore, when the partition size (widthInPu and heightInPu) is 32, we get a unitNum of 1, and motion information are derivated for each 32x32 partition.
In the previous example, the SHM will get only one 32x32 partition containing mv00. comment:6 Changed 7 years ago by Vadim
the issue was fixed with rev 1600 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
|
Considering the cases that the PartNum of layer0 is different to that of Layer1
a.g_auiRasterToZscan makes incorrect AbsPartIdx