#1580 closed defect (fixed)

wrong reference picture list L1 for incomplete GOP (typically last chunk)

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

Description

When the GOP is incomplete, the encoder detects missing pictures and creates a new reference picture list with available pictures and tries to maintain active reference pictures with pictures referenced in either L0 or L1.
(new RPL is coded in Slice Header).
The number of additional pictures for L1 is erroneously mixes numbers from L0 and L1.
EncGOP.cpp end of function xCreateExplicitReferencePictureSetFromReference: numOfNeedToFill = pLocalRPL0->getNumberOfActivePictures() - ( numOfLTRPL1 + numOfSTRPL1 ) - numOfILRPL0;

Change history (1)

comment:1 Changed 18 months ago by fbossen

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