This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11503 - WMA non-interleaved stereo output
Attached to Project:
Rockbox
Opened by MohamedTarek (mtarek16) - Wednesday, 28 July 2010, 13:40 GMT+2
Last edited by MohamedTarek (mtarek16) - Wednesday, 28 July 2010, 14:48 GMT+2
Opened by MohamedTarek (mtarek16) - Wednesday, 28 July 2010, 13:40 GMT+2
Last edited by MohamedTarek (mtarek16) - Wednesday, 28 July 2010, 14:48 GMT+2
|
DetailsThis is a patch that modifies wma codec to produce non-interleaved output. I don't have any target to measure the speedup now, so I'd be grateful if someone could do that for CF and ARM. (I can test for ARM but in a couple of days).
The decoder uses a scratch buffer for mdct, windowing and overlapping, if this could be modified so that the scratch buffer isn't needed, it would save ~8K of memory too. |
This task depends upon
Closed by MohamedTarek (mtarek16)
Wednesday, 28 July 2010, 14:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: v0.2 was committed in r27591
Wednesday, 28 July 2010, 14:48 GMT+2
Reason for closing: Accepted
Additional comments about closing: v0.2 was committed in r27591
Fixed a mistake in the buffers passed to pcmbuf_insert. Pointer confusion !