Opened 2 years ago

Closed 2 years ago

#1528 closed defect (fixed)

Wrong GDR POC computation for Intra refresh area in EncCu.cpp

Reported by: tpoirier Owned by:
Priority: minor Milestone:
Component: VTM Version: VTM-15.0
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

GDR POC computation uses gdrInterval instead of gdrPeriod, this leads to a wrong intra refresh area for GDR after the first GDR iteration.
line 574 in EncCU.cpp:

int gdrPoc = (curPoc - gdrPocStart) % gdrInterval;

Change history (3)

comment:1 Changed 2 years ago by tpoirier

  • Version set to VTM-15.0

MR!2151 has been submitted to fix this problem

comment:2 Changed 2 years ago by seuhong

The description is correct and MR fixes the defect.

comment:3 Changed 2 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.