Opened 5 years ago
Closed 5 years ago
#578 closed defect (fixed)
Typos in syntax of residual coding
Reported by: | vdrugeon | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
- In the syntax for residual_coding, 5th line: "if( tu_mts_idx[ x0 ][ y0 ] > 0 | | ( cu_sbt_flag && log2TbWidth < 6 && log2TbHeight < 6 ) ) && cIdx = = 0 && log2TbHeight > 4 )" There are two "(" but three ")", so a "(" is missing somewhere.
- In the syntax for residual_ts_coding 9th line: "if( ( i != lastSubBlock | | !inferSbCbf )" There are two "(" but only one ")".
Change history (2)
comment:1 Changed 5 years ago by vdrugeon
- Version VVC D6 vE deleted
comment:2 Changed 5 years ago by bbross
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Thanks for reporting.
This will be fixed JVET-P2001-vC.