| #165 closed defect (fixed)Bug in update of Golomb-Rice parameter in TComTrQuant::xRateDistOptQuant function
 Description
There is a bug in the update of Golomb-Rice parameter in the RDOQ function for CABAC.  
The following buggy code occurs twice inside the function 
 
} 
and should be replaced with 
 
} 
However, the impact on coding efficiency by this bug fix appears to be negligible when tested on 49 frames. The corresponding excel sheet is attached. Attachments (1)Change History (6)Changed 14 years ago by sandeepkanumuricomment:1 Changed 14 years ago by ksuehring
 comment:2 Changed 14 years ago by ksuehringcomment: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 
 | ||||||||||||||||

fixed in r928