This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8670 - bugfix for overflow in mpc decoder (glitches)
Attached to Project:
Rockbox
Opened by Andree Buschmann (Buschel) - Saturday, 01 March 2008, 18:01 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Saturday, 08 March 2008, 22:26 GMT+2
Opened by Andree Buschmann (Buschel) - Saturday, 01 March 2008, 18:01 GMT+2
Last edited by MichaelGiacomelli (saratoga) - Saturday, 08 March 2008, 22:26 GMT+2
|
DetailsHere is a patch for possibles glitches with mpc-playback. The was caused through internal overflow in the snythesis filter. This patch re-inserts a pre-/postscaling like it was implemented before the performance optimizations.
|
This task depends upon
Closed by MichaelGiacomelli (saratoga)
Saturday, 08 March 2008, 22:26 GMT+2
Reason for closing: Accepted
Saturday, 08 March 2008, 22:26 GMT+2
Reason for closing: Accepted
Also, have you looked at SV8 support? I'm wondering how difficult it would be to support.
Regarding the sv8-support: I did not check the sv8-sources, yet. So I can't estimate the effort... I assume the synthesis is untouched, but the bitstream decoder and requantization heavily changed. I guess large parts will need to be ported to fixed point again...