Opened 4 years ago
Closed 4 years ago
#1404 closed defect (fixed)
Incorrect Condition for Coding WP num_l1_weights
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-10.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In VTM, the num_l1_weights syntax element is coded even if pps_weighted_bipred_flag=0. The spec text includes the additional condition:
if( pps_weighted_bipred_flag && pps_wp_info_in_ph_flag && num_ref_entries[ 1 ][ RplsIdx[ 1 ] ] > 0 )
Change history (1)
comment:1 Changed 4 years ago by bheng
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in merge request jvet/VVCSoftware_VTM!1947