Opened 14 years ago Closed 14 years ago #1 closed defect (wontfix)GOP size issues
Description
When the GOP size is 12 instead of 8, the encoder and decoder do not crash, but have mismatches for frames: 1, 13, 25, 37, which are just the first frame of a GOP in display order. Change History (9)comment:1 Changed 14 years ago by davidf
comment:2 Changed 14 years ago by anonymouscomment:3 in reply to: ↑ description ; follow-up: ↓ 4 Changed 14 years ago by wjhan
Replying to anonymous:
GOP size is designed to specify the pyramid temporal structure of hierarchical-B structure. Currently, encoder is implemented with assuming the dyadic pyramid, thus GOP size should be a power of 2, e.g. 1, 2, 4, 8, so on.
Non-pyramidal coding (e.g. IBBP) or non-dyadic pyramidal coding can be easily supported by similar fashion to JM. Maybe this kind of functional improvements can be done after some major integration works are finished according to the suitable approval from the SW AhG. comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 14 years ago by anonymous
Thank you for your reply. After more careful checking, I do not find problem with GOP size 12. However, it seems the problem is from the settings of the number of references. If all are set to 1 as below, we can observe the encoder /decoder mismatch.
NumOfReference : 1
However, there is no problem with,
NumOfReference : 4
Maybe it derserve to look into the reason at a proper time. Thanks!
Replying to wjhan:
comment:5 in reply to: ↑ 4 Changed 14 years ago by wjhan
Replying to anonymous:
Thanks for the nice information! We will investigate the problem and try to apply the patch at the proper time. comment:6 Changed 14 years ago by davidf
comment:7 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:8 Changed 13 years ago by davidf
comment:9 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 would withdraw this ticket. Seems it is not a problem of GOP size, but some other issues not identified yet that may be related to the NumOfReference. Sorry for the confusions.