Opened 4 years ago
Closed 4 years ago
#1270 closed defect (fixed)
Unmatched parenthesis in 7.3.11.10 - Transform unit syntax
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D10 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description
A right parenthesis is missing in the following if-statement. I believe it should be inserted before "&& treeType != DUAL_TREE_CHROMA".
if( ( CbWidth[ chType ][ x0 ][ y0 ] > 64 | | CbHeight[ chType ][ x0 ][ y0 ] > 64 | |
tu_y_coded_flag[ x0 ][ y0 ] | | ( chromaAvailable && ( tu_cb_coded_flag[ xC ][ yC ] | |
tu_cr_coded_flag[ xC ][ yC ] ) ) && treeType != DUAL_TREE_CHROMA &&
pps_cu_qp_delta_enabled_flag && IsCuQpDeltaCoded ) {
Change history (1)
comment:1 Changed 4 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Good catch, thanks! Will be fixed in S2001-vH.