Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#5 closed defect (fixed)

Incorrect inter-layer RPS derivation using all_ref_layers_active_flag

Reported by: krishna Owned by: Vadim
Priority: minor Milestone:
Component: SHM software Version: SHM-3.0.1
Keywords: Cc: Vadim, jct-vc@…

Description

The inter-layer RPS derivation is not aligned with JCTVC-N1008v3 with respect to syntax element all_ref_layers_active_flag.
Below code needs to be fixed appropriately.

#if ILP_SSH_SIG

if((sps->getLayerId() > 0) && rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() && (rpcSlice->getNumILRRefIdx() > 0) )

#else ...

#if ILP_SSH_SIG

else if( rpcSlice->getVPS()->getIlpSshSignalingEnabledFlag() == false )

...

Change history (3)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc Vadim jct-vc@… added

comment:2 Changed 10 years ago by Vadim

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

fixed in rev458

comment:3 Changed 10 years ago by jlchen

  • Milestone SHM-4.0 deleted

Milestone SHM-4.0 deleted

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

  • Gerhard Tech(Always)
  • jct-vc@…(Subscriber)
  • Jianle Chen(Participant)
  • Karsten Suehring(Always)
  • krishna(Reporter)
  • Vadim Seregin(Owner, Subscriber, Participant)