Opened 5 years ago
Closed 5 years ago
#833 closed defect (fixed)
Undefined yCtb in 8.8.5.7 (JVET-Q2001-v9)
Reported by: | nanhu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In 8.8.5.7, yCtb is not defined in "If the bottom boundary of the current coding tree block is the bottom boundary of current picture and pic_height_in_luma_samples − yCtb <= CtbSizeY − 4, applyAlfLineBufBoundary is set equal to 0."
Suggest to fix it as
"If the bottom boundary of the current coding tree block is the bottom boundary of current picture and pic_height_in_luma_samples − (yCtbC * SubHeightC ) <= CtbSizeY − 4, applyAlfLineBufBoundary is set equal to 0."
Change history (1)
comment:1 Changed 5 years ago by jlchen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting the bug, will be fixed in the next release.