Opened 14 years ago Closed 14 years ago #69 closed defect (fixed)AMVRES 1/8th 6-tap DCT-IF bug
Description
3/8th and 5/8th position coefficients of 6-tap DCT-IF filter have bugs because of typos.
The 6 taps coefficients in TMuC 0.71 with QC_AMVRES on.
Sum of the coefficients should be 256, while that of current coefficients is 257.
The correct coefficients should be
Attachments (1)Change History (7)comment:1 Changed 14 years ago by wjhan
comment:2 in reply to: ↑ description Changed 14 years ago by wjhan
Replying to jianle.chen@…:
It seems that even corrected one has wrong symmetric filter coefficients problem. The correct coefficient should be:
Changed 14 years ago by wjhancomment:3 Changed 14 years ago by fbossen
Fixed in r205 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
|
It only affects DCT-IF 6-tap with AMVRES=1 which is not default config in testing. Thus it does not affect any existing testing results.
(TE12 is planned to test smaller number of taps in DCT-IF for low-complexity, but in low-complexity, AMVRES=0, thus there is no problem to fix this issue)