Opened 5 years ago
Closed 5 years ago
#881 closed defect (fixed)
Typos related to VPS layers and scaling offset
Reported by: | peterchuang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D8 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
- In equation (37), the direct_ref_layer_flag[ i ][ j ] should be vps_direct_ref_layer_flag[ i ][ j ]
- The vps_output_layer_mode in 8.1.2 should be ols_mode_idc
- In 7.4.3.4, "scaling_win_left_offset, scaling_win_right_offset, scaling_win_top_offset, and scaling_win_bottom_offset specify the offsets that are applied to the picture size for scaling ratio calculation. When not present, the values of scaling_win_left_offset, scaling_win_right_offset, scaling_win_top_offset, and scaling_win_bottom_offset are inferred to be equal to SubWidthC * conf_win_left_offset, SubWidthC * conf_win_right_offset, SubHeightC * conf_win_top_offset, and SubHeightC * conf_win_bottom_offset, respectively."
Here, the SubWidthC and SubHeightC should be removed since the scaling_win_left_offset, scaling_win_right_offset, scaling_win_top_offset, and scaling_win_bottom_offset are changed to chroma sample unit.
Change history (1)
comment:1 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Items 1 and 2 have already been fixed in vC.
Item 3 will be fixed in vD. Thanks!