Opened 12 years ago Closed 12 years ago #214 closed defect (fixed)remove transform reordering for 0.5Nx2N transform
Description
At HM4, when 0.5Nx2N transform is used, 0.5Nx2N input array is reodered to 2Nx0.5N array, and then 2N-pt transform is done followed by 0.5N-pt transform at encoder side. At decoder side, 0.5N-pt inv-transform is done prior to 2N-pt inv-transform when 0.5Nx2N transform is used. After transformation, 2Nx0.5N output array is reordered to 0.5Nx2N array.
To be consistent with other transform processes, transform data reordering for 0.5Nx2N transform need to be removed. The attached is the files relate to the modification.
After the removal of transform reordering, no impact on coding efficiency. The below is the results compared to HM4.
Attachments (1)Change History (6)Changed 12 years ago by xzhengcomment:1 Changed 12 years ago by xzhengcomment:2 Changed 12 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 12 years ago by fbossen
Fixed in r1539 comment:4 Changed 12 years ago by davidf
comment:5 Changed 12 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
|
The results mentioned at #214 are tested under common test condition (JCTVC-F900).