Opened 12 years ago

Closed 10 years ago

#450 closed defect (fixed)

context initValue undefined for the third context of Part Size in P and B slices

Reported by: liweig Owned by:
Priority: minor Milestone: HM-13.0
Component: HM Version: HM-6.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

in HM 6.0, the third context for PartSize is labeled as not used.
INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] =
{

{ 184, CNU, CNU, CNU, },
{ 154, 139, CNU, CNU, },
{ 154, 139, CNU, CNU, },

};
In some uncommon test conditions (e.g., DisableInter4x4 = 0), the third context in P and B slices will be used.
It is suggested replacing CNU with 154.
INIT_PART_SIZE[3][NUM_PART_SIZE_CTX] =
{

{ 184, CNU, CNU, CNU, },
{ 154, 139, 154, CNU, },
{ 154, 139, 154, CNU, },

};
Patch file for this fix (based on rev 2162) is attached. (file name "ctx_init_value_for_partsize.patch")

Attachments (1)

ctx_init_value_for_partsize.patch (456 bytes) - added by liweig 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 12 years ago by liweig

comment:2 Changed 10 years ago by fbossen

  • Milestone set to HM-13.0
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r3774

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Liwei Guo(Reporter)