Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#14 fixed nuh_layer_id value to be in the range of 0 to 62 inclusive jlchen Vadim
Description

In the derivation of NumRefLayers and recursiveRefLayerFlag, the variables i, j, and k should be in the range of 0 to 62, inclusive.

#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);

}

#16 fixed On vps_non_vui_extension_data_bit in subclause F.7.4.3.1.1 jlchen tsukuba.takeshi
Description

vps_non_vui_extension_data_bit in subclause F.7.4.3.1.1 shall be vps_non_vui_extension_data_byte.

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