Opened 4 years ago
Closed 4 years ago
#1364 closed defect (fixed)
Typos in IBC text
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vG |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Section 8.6.2.1
The mvL should be replaced by bvL in the following sentence.
The luma block vector mvL is derived as follows:
Section 8.6.2.5
There is an extra left parenthesis in the following two equations.
bvC[ 0 ] = ( ( bvL[ 0 ] >> ( 3 + SubWidthC ) ) * 32 (1094)
bvC[ 1 ] = ( ( bvL[ 1 ] >> ( 3 + SubHeightC ) ) * 32 (1095)
Section 8.6.3
The term ibcVirBuf should be capitalized.
Section 8.6.3
I don't believe it would be considered valid to assign a scalar value 0 to the vector MvL1[x][y].
MvL1[ xCb + x ][ yCb + y ] = 0
Section 7.4.3.4
A "be" is missing in the following sentence.
The value of MinCbSizeY shall less than or equal to VSize.
Change history (2)
comment:1 Changed 4 years ago by bbross
comment:2 Changed 4 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Fixed as discussed/suggested in JVET-T0110-v2.
Good catch and will be fixed as suggested.