Opened 11 years ago

Closed 11 years ago

#1000 closed defect (fixed)

name collision with StRpsIdx

Reported by: dthoang Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D10 (L1003) v2
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

JCTVC-L1003_v17 introduced a naming conflict by renaming RIdx to StRpsIdx, which happens to be an existing variable name.

In 7.4.6.1,

The variable StRpsIdx is derived as follows:
– If short_term_ref_pic_set_sps_flag is equal to 1, StRpsIdx is set equal to short_term_ref_pic_set_idx.
– Otherwise, StRpsIdx is set equal to num_short_term_ref_pic_sets.

In 7.4.7,

The variable StRpsIdx is derived as follows.
StRpsIdx = idxRps − ( delta_idx_minus1 + 1 ) (7-42)

Furthermore, in 8.3.2, there is this note:

NOTE 2 – A value of StRpsIdx in the range of 0 to num_short_term_ref_pic_sets − 1, inclusive, indicates that a short-term reference picture set from the active SPS is being used, where StRpsIdx is the index of the short-term reference picture set to the list of short-term reference picture sets in the order in which they are signalled in the SPS. StRpsIdx equal to num_short_term_ref_pic_sets indicates that a short-term reference picture set explicitly signalled in the slice header is being used.

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

  • Resolution set to fixed
  • Status changed from new to closed
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(Owner, Subscriber, Participant)
  • Dzung Hoang(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)