Opened 12 years ago Closed 7 years ago #1067 closed defect (wontfix)mismatch between HEVC text and HM reference software
Description
Low-delay checking process is required for TMVP derivation. The process is carried out by comparing the POC values of current picture and its reference pictures.
In HEVC text, the low-delay checking process is specified in the section of TMVP derivation (i.e. 8.5.3.2.8 Derivation process for collocated motion vectors), which means the low-delay checking process is done at block-level.
However the low-delay checking process is performed at slice-level in HM reference software, where a low-delay flag is firstly determined at slice-level and then used in TMVP derivation.
It seems the low-delay checking at block-level specified in HEVC text is not reasonable for practical design, since the low-delay checking process is only based on POC values, instead of any block-level information, and meanwhile the block-level low-delay checking increase complexity. Hence alignment with HM reference software is suggested for consideration. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 7 years ago by bbross
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
|
Although the derivation process for collocated motion vectors is specified at the block level, performing aspects of this process at the picture level is also possible without altering the output of this process.