Opened 10 years ago Closed 9 years ago #80 closed mismatch (fixed)Inconsistency of signaling condition for depth_dc_sign_flag between WD and HTM-12.0
Description
In I.7.3.8.5.2 Coding unit extension syntax, depth_dc_sign_flag is signaled when depth_dc_abs[x0+k][y0+j][i] is greater than 0 as follows:
On the other hand,in HTM-12.0, it is signaled when the absolute value of DcOffset is greater than 0 as follows:
Void TDecSbac::xParseDimDeltaDC( Pel& rValDeltaDC, UInt uiNumSeg )
}
Signaling condition for depth_dc_sign_flag in WD should be aligned with HTM-12.0 as follows:
Change history (3)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by techcomment:3 Changed 9 years ago by tech
Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I think this mismatch was introduced when unifying SDC and DMM dc offsets (JCT3V-F0132). Maybe the proponents of F0132 can share their opinion, if text or software need to be fixed.