Opened 14 years ago Closed 13 years ago #136 closed defect (fixed)Sparse images may cause the encoder to hang when ALF is on (observed only in release build)
Description
The calculation of ALF coefficients is not robust for very sparse images.
#ifndef MOT_SPARSE_FIX
#else
#endif Change History (5)comment:1 Changed 13 years ago by davidfcomment:2 Changed 13 years ago by fbossen
Fixed in r1320 comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 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
|
Please could you provide a test case that shows the problem. I've attempted a quick test using an all-zero image and was unable to reproduce.