summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/synth_filter_arm.S
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Add codecs to librbcodec.Sean Bartell1-693/+0
2010-11-12Re-submit ARM asm optimizations in mpc synthesis as the performance regressio...Andree Buschmann1-17/+10
2010-11-09Roll back r28488 as it slows down mpc by 2% on S5L8701.Andree Buschmann1-10/+17
2010-11-05libmusepack: use postindexing on the pointer when storing to increment it for...Nils Wallménius1-6/+3
2010-11-05libmusepack: tiny optimization of the ARMv4 mpc_decoder_windowing_D implement...Nils Wallménius1-13/+9
2010-11-05libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding ...Nils Wallménius1-1/+195
2010-11-02Minor optimization of mpc codec via moving dewindowing asm to icode section f...Andree Buschmann1-0/+5
2010-11-02Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed ...Andree Buschmann1-2/+208
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+4
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-2/+0
2010-02-07Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5%...Andree Buschmann1-363/+295
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken1-0/+0
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold1-27/+27
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-15Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann1-1/+203
2008-06-14Minor code beautification.Andree Buschmann1-1/+1
2008-06-14Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann1-60/+63
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann1-2/+3
2008-05-17Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann1-0/+155