Opened 14 years ago Closed 13 years ago #181 closed defect (fixed)Improper motion information subsampling
Description
In TComCUMvField::compress subsampling of motion information is done using a constant factor AMVP_DECIMATION_FACTOR. When the smallest CU size is other than 8x8 (and smallest PU size other than 4x4) this leads to a subsampling that may be more substantial than intended. For example if the smallest CU size is 16x16, motion vectors would be kept at 32x32 resolution. Additionally if the maximum CU depth is 1 this leads to memory corruption as it is not possible to subsample by a factor of 4 (default value of AMVP_DECIMATION_FACTOR) without crossing LCU boundaries. Change History (5)comment:1 Changed 14 years ago by fbossen
comment:2 Changed 13 years ago by fbossen
comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 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 r995