Opened 13 years ago Closed 10 years ago #194 closed defect (fixed)significance bit estimation in RDOQ (PCP_SIGMAP_SIMPLE_LAST defined)
Description
When PCP_SIGMAP_SIMPLE_LAST is defined (as default in HM-3.3 and HM-3.4), the last coefficient position is encoded before the significance map.
During significance map coding, the position of the last significant coefficient is indicated by the already encoded LAST position, and thus not encoded.
However, in the current RDOQ process, this is not taken into consideration: the significance map rate of the last significant coefficient is calculated and included into its RD cost, resulting in inaccurate estimation. Attachments (1)Change History (6)Changed 13 years ago by jzancomment:1 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:2 Changed 13 years ago by davidf
comment:3 Changed 13 years ago by davidf
comment:4 Changed 11 years ago by ksuehring
comment:5 Changed 10 years ago by karlsharman
This issue appears to have been fixed at some point in the 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
|
Codes in FIX_RDOQ_SIGBIT might fix this