Opened 12 years ago Closed 11 years ago #1026 closed enhancement (fixed)TComTrQuant::xGetICRate is deprecated.
Description
The three references to xGetICRate in RDOQ should be changed
xGetICRate uses the old scheme of Golomb-Rice coding but appears to function similarly to xGetICRateCost that uses the updated scheme.
(xGetICRateCost also accounts for cost of sign bit, but this will not cause a problem where xGetICRate is concerned, since those places consider relative differences.) Attachments (2)Change History (5)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by wangjChanged 12 years ago by wangjcomment:3 Changed 11 years ago by fbossen
Fixed in r3544 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
|
The references to xGetICRate in RDOQ should not be changed to xGetICRateCost because of the following differences between the two functions:
The Golomb-Rice code in xGetICRate should be made the same as that in xGetICRateCost. A patch is provided to fix the problem.