Opened 5 years ago

Closed 5 years ago

#312 closed defect (fixed)

Bug in GBI inheritance for constructed affine merge candidate (N0481)

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

Description

The neighboring GBI index for the right-bottom temporal candidate vector (neighGbi[3]) is not properly initialized to GBI_DEFAULT with the following code.

int8_t neighGbi[4] = { GBI_DEFAULT };

This code only initializes neighGbi[0], and the rest of the array is either set to 0 or uninitialized.

Change history (2)

comment:1 Changed 5 years ago by bheng

A possible fix is provided with the following merge request.

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/595

comment:2 Changed 5 years ago by XiangLi

  • Milestone set to VTM-5.1
  • Resolution set to fixed
  • Status changed from new to closed

Fixed as suggested.

Note: See TracTickets for help on using tickets.