Opened 13 years ago Closed 13 years ago #429 closed defect (fixed)Encoder creates a different bitstream each time when using wavefront option with 2 substreams
Description
In HM-6.0-dev branch, if we use wavefronts with 2 substreams, the encoder creates a slightly different bitstream each time it is run.
I run the encoder with the following options:
The config files used are attached (should be the same as those in software).
However, if I change WaveFrontSubstreams to 4, I don't see this issue (the bitstream generated does not change with each run).
As far as I can tell, this issue starts with revision 2120. Attachments (4)Change History (8)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by sandeepkanumuriChanged 13 years ago by sandeepkanumuriChanged 13 years ago by kiranmisracomment:2 Changed 13 years ago by kiranmisracomment:3 Changed 13 years ago by hao
Decoder also has the similar memory access problem. Changed 13 years ago by haocomment:4 Changed 13 years ago by ksuehring
The patch was applied in r2142 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
|
Transmitting one more wavefront entry point information than required causes invalid memory access. The attached patch looks to fix the issue.