Opened 12 years ago

Closed 12 years ago

#516 closed defect (fixed)

Setting weighted_bipred_idc=0 disables weighted prediction in P-slices.

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

Description

The function xPredInterBi( ) is called for both P- and B-slices. In this function, only the value of weighted_bipred_idc is used.

So, when coding a P-slice, the value of weighted_pred_flag if ignored, and setting weighted_bipred_idc=0 will incorrectly disable weighted prediction.

I believe the attached patch could be used to fix the issue.

Attachments (1)

weighted_pred_bug.patch (1.2 KB) - added by bheng 12 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 12 years ago by bheng

comment:2 Changed 12 years ago by ksuehring

  • Version changed from HM-6.2rc1 to HM-6.2

comment:3 Changed 12 years ago by fbossen

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

Fixed in r2312

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

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