Opened 13 years ago Closed 12 years ago #515 closed defect (fixed)QP adaptation fails when minimum transform size is not 4x4
Description
The number of partitions in the delta-QP region width, as calculated below, is only correct when the partition width is 4 pixels. This is only true if the minimum transform size is 4x4.
UInt uiNumPartInQpMinCUWidth = getSlice()->getPPS()->getMinCuDQPSize()>>2;
The attached patch can be used to fix this issue. Attachments (1)Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by bhengcomment:2 Changed 13 years ago by ksuehring
comment:3 Changed 12 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
|
Fixed in r2465