#430 closed defect (fixed)SliceMode = 2 bug
Description
When sliceMode = 2, the encoder seems to encode the last LCU of a tile for multiple times to achieve the bytes limit. This will result in two issues: 1) multiple slices are generated at the position of the last LCU of a tile. 2) the encoder runs much slower than normal. I suspect this issue is related to the code associated with "COMPLETE_SLICES_IN_TILE" macro. Attachments (1)Change History (5)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by Tammycomment:2 Changed 13 years ago by Tammycomment:3 Changed 13 years ago by ksuehring
The patch has been applied in r2150 comment:4 Changed 13 years ago by ksuehring
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
|
The issue is related with the code 'COMPLETE_SLICES_IN_TILE'. NextSlice is not set properly with SliceMode=2 when a tile boundary is met. The patch is provided based on HM6.0-dev r2147.