This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10071 - Trying out Tremolo optimisations for tremor on ARM
|
DetailsThis first patch is a merge of Tremolo's bitwise.c and bitwiseARM.s code into rockbox libtremor. As a naive version of the merge, I have taken out the previous rockbox optimisations to huffman decode (originally implemented in
|
This task depends upon
Quick note on the patch - bitwise.c and bitwiseARM.s are unchanged from the Tremolo versions (so contains all the original testing code etc by the Tremolo author) - not a very clean patch in any case.
FS#6848(but significantly does NOT include the optimisation of the packed reads that were implemented in decode_packed_block inFS#6848i.e. we always just call back to decode_packed_entry_number ). Still noticeably worse than svn forall but the lowest bitrates (e.g. vorbis_500 worse by ~6MHz; vorbis_096 worse by 1.4MHz)Also attaching runs of test_codec from current svn build (all codecs actually) and run of test_codec on vorbis with just this patch