Opened 5 years ago
Closed 5 years ago
#396 closed defect (fixed)
Error regarding tC derivation for chroma deblocking in equation 8-1137
Reported by: | Kenneth | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VVC D6 vE |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
The derivation of tC for chroma do not consider the newly adopted 10 bit tC table.
The equation shall be changed to:
tC = BitDepthC < 10 ? (tC′ + 2) >> (10 − BitDepthC) : tC′* ( 1 << ( BitDepthC − 10) )
Change history (3)
comment:1 Changed 5 years ago by bbross
- Version changed from VVC D6 vC to VVC D6 vD
comment:2 Changed 5 years ago by bbross
- Milestone set to VVC D6 vE
- Version VVC D6 vD deleted
comment:3 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in DE