Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1442)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#819 fixed Mismatch between encoder and decoder with respect to hrd parameters Kenneth
Description

Temporal layers are interpreted differently in encoder and decoder:

TEncCavlc.cpp:

for( i = 0; i <= pcSPS->getMaxTLayers(); i ++ )

TDecCavlc.cpp:

for( i = 0; i < pcSPS->getMaxTLayers(); i ++ )

Causes mismatch between encoder and decoder with respect to hrd parameters.

#820 invalid User defined tile structure causes encoder crash Kenneth
Description

The encoder crash when specifying user defined tiles structures, e.g. UniformSpacingIdc=0, NumTileRowsMinus1=2, RowHeightArray = 4 4 4, NumTileColumnsMinus1, ColumnWidthArray = 6 7 7

The reason is in TEncCfg.h where m_iNumColumnsMinus1 and m_iNumRowsMinus1 not are interpreted correctly.

#185 invalid Improper TU size for NxN PU when max RQT depth = 1 Krit
Description

We discovered a bug in HM-3.1 implementation of implicit RQT split for max depth=1 and PU split. Specifically, 2Nx2N TU for NxN PU in inter CU is chosen when NxN TU should be used.

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