Opened 5 years ago
Closed 5 years ago
#376 closed defect (fixed)
Typos in ISP
Reported by: | chhuanb | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D6 vD |
Component: | spec | Version: | VVC D6 vC |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
NO_ISP_SPLIT should be replaced by ISP_NO_SPLIT in following places:
7.3.8.9 Transform tree syntax
transform_tree( x0, y0, tbWidth, tbHeight , treeType, chType ) { Descriptor
InferTuCbfLuma = 1
if( IntraSubPartitionsSplitType = = NO_ISP_SPLIT && !cu_sbt_flag ) {
should be:
7.3.8.9 Transform tree syntax
transform_tree( x0, y0, tbWidth, tbHeight , treeType, chType ) { Descriptor
InferTuCbfLuma = 1
if( IntraSubPartitionsSplitType = = ISP_NO_SPLIT && !cu_sbt_flag ) {
8.4.5.1 General decoding process for intra blocks
Inputs to this process are:
...
Depending on maxTbSize, the following applies:
– If IntraSubPartitionsSplitType is equal to NO_ISP_SPLIT and nTbW is greater than maxTbWidth or nTbH is greater than maxTbHeight, the following ordered steps apply.
should be:
8.4.5.1 General decoding process for intra blocks
Inputs to this process are:
...
Depending on maxTbSize, the following applies:
– If IntraSubPartitionsSplitType is equal to ISP_NO_SPLIT and nTbW is greater than maxTbWidth or nTbH is greater than maxTbHeight, the following ordered steps apply.
Change history (2)
comment:1 Changed 5 years ago by bbross
- Milestone set to VVC D6 vD
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Will be fixed in vD