Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#38 fixed Incorrect layer indeces/IDs in aligned bumping Vadim hallapur
Description

The code under ALIGNED_BUMPING macro assumes that layer ID and layer index (within layer set) are identical. The code does not work when this assumption does not hold.

#62 fixed Independent non-base layer extracted from ExtractAddLS cannot be decoded by HM Vadim eeehey
Description

HM decoder needs VPS to decode the single layer stream.

  1. add patch to support base layer bitstream extraction
  2. add patch to keep VPS for output bitstream of rewriting process.
#15 fixed Inference of DPB-parameters in SPS Vadim adarsh
Description

In SHM-5.1-dev r614, the DPB-parameters in SPS are inferred when they are not signalled for nuh_layer_id greater than 0. The following inference in TDecCavlc.cpp:parseSPS() is incorrect because the inference rule is dependent on which layer accesses the SPS; that information will be unavailable at the point of parsing the SPS and hence the following should not be included in parseSPS().

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

pcSPS->setMaxDecPicBuffering( parameterSetManager->getPrefetchedVPS(pcSPS->getVPSId())->getMaxVpsDecPicBufferingMinus1( parameterSetManager->getPrefetchedVPS(pcSPS->getVPSId())->getTolsIdx(), pcSPS->getLayerId(), i)+1, i);

}

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