Opened 14 years ago Closed 14 years ago #7 closed defect (wontfix)Early skip decision is not working
Description
In the rev. 18, early skip decision, which is turned on with '-1 FEN' option, is not working. It slows down the encoder significantly in inter-slices.
It basically due to the omission of skip-mode when MRG is turned on, however, even when MRG is turned off, early skip decision is not working due to small bug in the code introduced in rev. 18.
Attached patch enables early skip decision when MRG is turned off. Attachments (1)Change History (5)Changed 14 years ago by wjhancomment:1 Changed 14 years ago by davidf
By agreement this fix will be deferred since it makes penalty for skip mode
""" comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 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
|
Patch file to fix the problem