Opened 8 years ago
Closed 8 years ago
#23 closed defect (fixed)
Mismatch between sequential and parallel encoding when intra period equals to GOP size
Reported by: | h.huang | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | JEM | Version: | HM-16.6-JEM-3.0 |
Keywords: | Cc: | ksuehring, XiangLi, jvet@… |
Description
If intra period equals to GOP size, some statistics for adaptive maximum BT size are not initialized in sequential coding after first GOP, but are initialized in parallel coding of each segment at the start of encoder. Therefore, the coding results of sequential and parallel encoding are slightly different due to adaptive maximum BT size.
The mismatch only happens in coding the sequence SlideShow in class F of CTC, which has an intra period of 16 and is equal to GOP size.
Attachments (1)
Change history (2)
Changed 8 years ago by h.huang
comment:1 Changed 8 years ago by XiangLi
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in r280 in trunk.