Opened 5 years ago
Closed 5 years ago
#454 closed defect (fixed)
Encoder crash when IBC=1 and IMV=0
Reported by: | rickxu | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-6.1 |
Component: | VTM | Version: | VTM-6.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The encoder crashed when ran a non-CTC test with below command line (IBC on and IMV off) on ChineseEditing YUV420 clip.
EncoderApp.exe -c encoder_randomaccess_vtm.cfg -c ChineseEditing.cfg -ip 64 -ts 1 -q 27 --IBC=1 --IMV=0 -fs 512 -f 65 -b vtm6_RA_Class-TGM_ChineseEditing_T1_F65_S512_qp27.266 > vtm6_RA_Class-TGM_ChineseEditing_T1_F65_S512_qp27_enc.txt
Encoder log as below:
POC 0 TId: 0 ( I-SLICE, QP 24 ) 1599592 bits [Y 45.7682 dB U 45.4492 dB V 45.4906 dB] [ET 660 ] [L0 ] [L1 ]
ERROR: In function "CABACWriter::exp_golomb_eqprob" in d:\encoder\vtm-6.0rc1\source\lib\encoderlib\cabacwriter.cpp:4196: Unspecified error
Attachments (2)
Change history (4)
Changed 5 years ago by rickxu
Changed 5 years ago by rickxu
comment:1 Changed 5 years ago by ksuehring
- Milestone VTM-6.0 deleted
comment:2 Changed 5 years ago by XiangLi
- Milestone set to VTM-6.1
- Resolution set to fixed
- Status changed from new to closed
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/871 fixed the issue.