Opened 12 years ago

Closed 12 years ago

#779 closed defect (fixed)

Prediction weight table syntax

Reported by: kazushi Owned by: bbross
Priority: minor Milestone: D8
Component: Text Version: D8 (J1003) d7
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

for L0:

if( chroma_format_idc != 0 )

for( i = 0; i <= num_ref_idx_l0_active_minus1; i++ )

chroma_weight_l0_flag[ i ]

for L1:

for( i = 0; i <= num_ref_idx_l1_active_minus1; i++ )

if( chroma_format_idc != 0 )

chroma_weight_l1_flag[ i ]

latter should be

if( chroma_format_idc != 0 )

for( i = 0; i <= num_ref_idx_l1_active_minus1; i++ )

chroma_weight_l1_flag[ i ]

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by Tanizawa

You're right. It is better to modify it in terms of parsing-complexity.

comment:3 Changed 12 years ago by bbross

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

This will be fixed in JCTVC-K0030_v5.

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)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Kazushi Sato(Reporter)
  • Woo-Jin Han(Subscriber)