Opened 5 years ago
Closed 5 years ago
#766 closed defect (fixed)
Minor editorial issue
Reported by: | kazui | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D8 vB |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
1) In Clause 6.4.1
The following two conditions for the derivation of allowSplitQt can be merged into one condition.
treeType is equal to DUAL_TREE_CHROMA and cbSize / SubWidthC is less than or equal to MinQtSizeC
treeType is equal to DUAL_TREE_CHROMA and ( cbSize / SubWidthC ) is less than or equal to 4
Suggested:
treeType is equal to DUAL_TREE_CHROMA and ( cbSize / SubWidthC ) is less
than or equal to Max(4, MinQtSizeC)
2) In Clause 6.4.4
The following condition for the derivation of availableN is not needed.
availableN is set equal to TRUE.
It is noted above issues remain in JVET-Q0041-v1.
Change history (2)
comment:1 Changed 5 years ago by bbross
- Version changed from VVC D7 vE to VVC D8 vB
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Thanks for reporting.
The first one was changed to not include "/SubWidthC" in the first condition so I am not sure whether it is still editorial.
The second one will be fixed in the first version of D10.