Opened 4 years ago
Closed 4 years ago
#1469 closed defect (fixed)
A typo in JVET-T2001-v2
Reported by: | Jun_bd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D10 |
Component: | spec | Version: | VVC D10 vH |
Keywords: | Deblocking filter process for one direction | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In section 8.8.3.2 (Deblocking filter process for one direction) of JVET-T2001-v2, the following is present.
–Otherwise, if edgeType is equal to EDGE_HOR and one or more of the following conditions are true, the variable filterEdgeFlag is set equal to 0: –The top boundary of the current luma coding block is the top boundary of the picture. –The top boundary of the current coding block coincides with the top boundary of the current subpicture and sps_loop_filter_across_subpic_enabled_flag[ CurrSubpicIdx ] or sps_loop_filter_across_subpic_enabled_flag[ subpicIdx ] is equal to 0, where subpicIdx is the subpicture index of the subpicture for which the top boundary of the current coding block coincides with the bottom subpicture boundary of that subpicture. –The top boundary of the current coding block is the top boundary of the tile and pps_loop_filter_across_tiles_enabled_flag is equal to 0. –The top boundary of the current coding block is the top boundary of the slice and pps_loop_filter_across_slices_enabled_flag is equal to 0.
"The top boundary of the current luma coding block is the top boundary of the picture" should be "The top boundary of the current coding block is the top boundary of the picture".
Change history (1)
comment:1 Changed 4 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks! Will be fixed in JVET-U1004-v1.