Opened 5 years ago
Closed 5 years ago
#1003 closed defect (fixed)
encoder crash when setting large min QT size
Reported by: | hanhuang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
encoder crashes when setting a large value of min QT size. It's caused by the adaptive maximum BT size decision at encoder. A MR
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1500 is submitted.
Examples of crashes:
BQSquare, lowdelay B, QP 32 under following configurations:
MinQTChromaISlice : 64
MinQTLumaISlice : 128
MinQTNonISlice : 128
MaxBTLumaISlice : 128
MaxBTChromaISlice : 128
MaxBTNonISlice : 128
MaxTTLumaISlice : 128
MaxTTChromaISlice : 128
MaxTTNonISlice : 128
Change history (1)
comment:1 Changed 5 years ago by hanhuang
- Resolution set to fixed
- Status changed from new to closed