Opened 14 years ago Closed 14 years ago #51 closed defect (fixed)Bug in edge based prediction for low complexity
Description
Edge based complexity is currently never used in the low complexity configuration.
The following bug fix solves the problem:
inline int TComEdgeBased::shift_right_round(int val, int b)
} Change History (6)comment:1 Changed 14 years ago by anonymouscomment:2 Changed 14 years ago by fbossen
comment:3 Changed 14 years ago by fbossen
Fixed in r161 comment:4 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 13 years ago by davidf
comment:6 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
|
Edge based prediction is currently never used in the low complexity configuration.
The following bug fix solves the problem:
In the file TComEdgeBased.cpp, the function TComEdgeBased::shift_right_round should be:
inline int TComEdgeBased::shift_right_round(int val, int b)
{
}