Opened 11 years ago

Closed 11 years ago

#1119 closed defect (fixed)

Incorrect DeltaPocMsbCycleLt Calculation in HM-11.0

Reported by: bheng Owned by:
Priority: minor Milestone: HM-11.1
Component: HM Version: HM-11.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

When delta_poc_msb_cycle_lt[i] is not present, it is inferred to be equal to 0.

Therefore, based on the following formula, for the first LTRP specified in the slice header (i = num_long_term_sps), the variable DeltaPocMsbCycleLt[i] should be reset to 0 if delta_poc_msb_present_flag[i] = 0.

if( i == 0 | | i == num_long_term_sps )

DeltaPocMsbCycleLt[i] = delta_poc_msb_cycle_lt[i]

else

DeltaPocMsbCycleLt[i] = delta_poc_msb_cycle_lt[i] + DeltaPocMsbCycleLt[i − 1]

The attached patch can be used to fix this issue in HM-11.0.

Attachments (1)

delta_poc_msb_cycle_lt.patch (683 bytes) - added by bheng 11 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by bheng

comment:2 Changed 11 years ago by adarsh

You are correct; the patch should solve that bug.

comment:3 Changed 11 years ago by fbossen

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

Patch committed in r3518

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

  • Adarsh Krishnan Ramasubramonian(Participant)
  • Brian Heng(Reporter)
  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)