| Opened 15 years ago Closed 15 years ago #70 closed defect (fixed)ROUNDING_CONTROL_BIPRED encoding time issue
 Description
I noticed that in TComRdCost.cpp, all the functions for SAD,SSE,HAD where bRound is being passed as parameter, xClip() is being used which  affects the encoding time. xClip() is redundant step. 
So xClip should be removed from all these functions. 
For e.g. 
Results should still be bitexact. Attachments (1)Change History (6)Changed 15 years ago by anonymouscomment:1 Changed 15 years ago by fbossen
How much faster will the software run with this modification? comment:2 Changed 15 years ago by fbossen
 comment:3 Changed 14 years ago by davidf
 
Updating component after adding WD (Text) tickets comment:4 Changed 14 years ago by davidf
 comment:5 Changed 14 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 
 | ||||||||||||||||

look for macro "ROUNDING_CONTROL_BIPRED_FIX"