Opened 13 years ago Closed 13 years ago #254 closed defect (fixed)enc/dec mismatch and decoder crash when MaxPartitionDepth (m_uiMaxCUDepth) != 4
Description
enc/dec mismatch and decoder crash when MaxPartitionDepth (m_uiMaxCUDepth) != 4
exsample for mismatch
POC 0 TId: 0 ( I-SLICE, QP 27 ) [DT 0.010] [L0 ] [L1 ] [MD5:650422e7623ee3aa0023dc8f6b9df668,(OK)]
exsample for crash test set Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 in reply to: ↑ description Changed 13 years ago by Xiang Licomment:3 Changed 13 years ago by SimonO
This bug has been fixed in the revision 1736 of the branch HM-5.0-dev-misc. comment:4 Changed 13 years ago by davidf
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I found that the bug was related to the implementation of G1042 (the part of partition mode binarization). When I disabled G1042 (define PREDTYPE_CLEANUP as 0), the bug disappeared. It seems that HHI provided the related code. Anyway, I will try to provide a fix later.
By the way, it seems that ticket #265 is also related to this bug.
Xiang