Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 96)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#35 fixed Same variable refIdxLX appears in both input and output arg lists tech dong.tian
Description

In sub-clause H.8.5.2.1.10, same variable refIdxLX appears in both input and output arg lists.

#45 fixed IBP configuration for HTM 8.1 tech dong.tian
Description

Some parameters in gopCfg_IBP_3view+depth.cfg seems incorrect, which would lead an encoder crash. The correction below is suggested:

ViewId : 0 0 2 2 1 1 => ViewId : 0 2 1

In addition, ProfileLevelTierIdx is not relevant to the crash, correction below is more have it aligned with PIP case.

ProfileLevelTierIdx : 0 0 0 0 0 0 0 => ProfileLevelTierIdx : 0 0 0 0 0 0 0 0

#53 fixed Bug for VSP inheritance in H.8.5.3.2.1.17 tech ewchen
Description

The subclause is related to the inheritance of VSP mode. VSP mode can still be inherited from above neighbors as lons as they in the same CTU row.

The reference (software) HTM-9.0 has been implemented correctly for this part but the WD is not updated correctly.

In H.8.5.3.2.1.17,

The variable mergeCandIsVspFlag is derived as specified in the following: – If N is equal to VSP, mergeCandIsVspFlag is set equal to 1, – Otherwise, if N is equal to A1, mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH − 1 ], – Otherwise, if N is equal to A0, mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH ], – Otherwise, mergeCandIsVspFlag is set equal to 0.

should be modified as

The variable mergeCandIsVspFlag is derived as specified in the following: – If N is equal to VSP, mergeCandIsVspFlag is set equal to 1, – Otherwise, if N is equal to A1, mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH − 1 ], – Otherwise, if N is equal to A0, mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH ], – Otherwise, if N is equal to B0 and ( yN >> Log2CtbSizeY ) is equal to ( yCb >> Log2CtbSizeY ), mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH ], – Otherwise, if N is equal to B1 and ( yN >> Log2CtbSizeY ) is equal to ( yCb >> Log2CtbSizeY ), mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH ], – Otherwise, if N is equal to B2 and ( yN >> Log2CtbSizeY ) is equal to ( yCb >> Log2CtbSizeY ), mergeCandIsVspFlag is set equal to VspModeFlag[ xPb − 1 ][ yPb + nPbH ], – Otherwise, mergeCandIsVspFlag is set equal to 0.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.