Opened 7 years ago Closed 7 years ago #1474 closed defect (fixed)HM Encoder allows Intra Block Copy MVs cross tile boundaries
Description
According to 8.5.3.2 "Derivation process for motion vector components and reference indices" Intra Block Copy MVs can't cross tile boundaries (constrains (8-106)) but HM encoder in function TEncSearch::isBlockVectorValid() doesn't check this condition. Patch in attachment (to HM-16.15+SCM-8.4) can help to fix this problem. Attachments (1)Change History (3)Changed 7 years ago by deryzhovcomment:1 Changed 7 years ago by cgisquetcomment:2 Changed 7 years ago by libin
fixed in r4907. 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
|
If this is the case, TDecCu::xReconInter would better be updated with an equivalent check.
Likely, the test is incomplete, because JCTVC-T0056 and JCTVC-T0048 already aimed to deal with this issue.