Opened 3 years ago
Closed 3 years ago
#1492 closed defect (fixed)
cfg_sliFractions and cfg_sliNonSubpicLayersFractions have incorrect range
Reported by: | adybrowne | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-13.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In EncAppCfg.cpp, cfg_sliFractions and cfg_sliNonSubpicLayersFractions are limited to the range 0..100. However in the specification the matching values refLevelFraction and nonSubpicLayersFraction are specified as 8 bit numbers (0..255). No scaling is present in the encoder and therefore the range of values signalled in the bitstream is incorrect.
Change history (1)
comment:1 Changed 3 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed as suggested in MR 2089
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2089