Opened 6 years ago
Closed 6 years ago
#250 closed defect (wontfix)
wrong settings of variables related to ISP
Reported by: | LiZhang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D5 v5 |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
In sub-clause 8.4.4.2.7, the setting of nW and nH is wrong.
The variables nW and nH are derived as follows:
– If IntraSubPartitionsSplitType is equal to ISP_NO_SPLIT or cIdx is not equal to 0, the following applies:
nW = nTbW (8-125)
nH = nTbH (8-126)
– Otherwise ( IntraSubPartitionsSplitType is not equal to ISP_NO_SPLIT and cIdx is equal to 0 ), the following applies:
nW = nCbW (8-127)
nH = nCbH (8-128)
The two cases should be reversed, i.e.,
The variables nW and nH are derived as follows:
– If IntraSubPartitionsSplitType is equal to ISP_NO_SPLIT or cIdx is not equal to 0, the following applies:
nW = nCbW (8-125)
nH = nCbH (8-126)
– Otherwise ( IntraSubPartitionsSplitType is not equal to ISP_NO_SPLIT and cIdx is equal to 0 ), the following applies:
nW = nTbW (8-127)
nH = nTbH (8-128)
Change history (3)
comment:1 Changed 6 years ago by bbross
- Version changed from VVC D5 v3 to VVC D5 v4
comment:2 Changed 6 years ago by bbross
- Version changed from VVC D5 v4 to VVC D5 v5
comment:3 Changed 6 years ago by bbross
- Resolution set to wontfix
- Status changed from new to closed
It is correct since wide angle mode derivation: