Opened 9 years ago

Closed 6 years ago

#1403 closed defect (fixed)

un-used index in the loop in eq. (F-53) (JCTVC-R1013_v6)

Reported by: bordesp Owned by:
Priority: trivial Milestone: v5
Component: Text Version: v4 (12/2016)
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

In F.7.4.7.1-General slice segment header semantics:

The variable "j" in the loop is not used.

for( i = 0, j = 0; i < NumActiveRefLayerPics; i++ ) (F 53)

RefPicLayerId[ i ] = IdDirectRefLayer[ nuh_layer_id ][ inter_layer_pred_layer_idc[ i ] ]

Change History (3)

comment:1 Changed 9 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 6 years ago by bbross

  • Milestone set to v5
  • Version set to v4 (12/2016)

Agreed by the authors of the AHG2 report JCTVC-AD0002 (checked 2016/12 release of the HEVC specification).
Fix:
In F.7.4.1, Equation F-54, replace

for( i = 0, j = 0; i < NumActiveRefLayerPics; i++ )

with

for( i = 0; i < NumActiveRefLayerPics; i++ )

comment:3 Changed 6 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed

fixed in v5 (2018/02)

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

  • Benjamin Bross(Subscriber, Participant)
  • bordes(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)