Opened 5 years ago
Closed 4 years ago
#1068 closed defect (fixed)
Issue on bins counting in encoder
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-8.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In function encodeSlice(), the number of bins is reset to 0 at the start of each tile or wavefront by the call to function initCtxModels().
Therefore only the bins of the last tile or wavefront inside a slice are used to derive BinCountsInNalUnits.
This leads to miss adding cabac_zero_words in some cases while it's necessary.
Change history (2)
comment:1 Changed 5 years ago by forayr
comment:2 Changed 4 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
MR: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1641