Custom query (96 matches)
Results (73 - 75 of 96)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#80 | fixed | Inconsistency of signaling condition for depth_dc_sign_flag between WD and HTM-12.0 | tech | tsukuba.takeshi |
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:
|
|||
#81 | fixed | typo in I.8.5.3.2.17 | tech | lizhang |
Description |
The 'SbW’ of the following sentence in subclause I.8.5.3.2.17 – When ( SbW + nSbH ) is equal to 12 should be replaced by 'nSbW'. |
|||
#82 | fixed | Obsolete motion data compression in DV derivation process | tech | Tomohiro Ikai |
Description |
Obsolete motion data compression remains in text (I.8.5.5 Derivation process for disparity vectors) as
xB1 = ( ( xB1 >> 3 ) << 3 ) + ( ( xB1 >> 3 ) & 1) * 7 (I 251) In HTM, the compression have been effectively removed when HTM was updated based on the latest(at that point) HM. Specifically, HTM70 has the following in getPUAbove(),
But HTM80 or later doesn't have that process (so removed). |