Opened 5 years ago
Closed 5 years ago
#585 closed defect (fixed)
Missing number in eq. (8-938) in 8.7.3
Reported by: | schwarz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
Eq. (8-938)
bdShift = BitDepth + (rectNonTsFlag ? 1 : 0)
+ ((Log2(nTbW)+Log2(nTbH))/2) − + pic_dep_quant_enabled_flag
should read
bdShift = BitDepth + (rectNonTsFlag ? 1 : 0)
+ ((Log2(nTbW)+Log2(nTbH))/2) − 5 + pic_dep_quant_enabled_flag
The "5" was present in previous versions, but got deleted during editing.
Change history (2)
comment:1 Changed 5 years ago by yk
comment:2 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch! Fixed in JVET-P2001-v10.