summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt (follow)
Commit message (Expand)AuthorAge
* libopus: use iram for more constantsNils Wallménius2014-07-13
* libopus: asm C_MUL for coldfireNils Wallménius2014-07-13
* Sync to upstream libopusNils Wallménius2014-07-13
* Sync libopus to upstream release 1.1Nils Wallménius2013-12-16
* Fix warning from a35c1b3Nils Wallménius2013-09-01
* Opus: Coldfire inline asm for comb_filter_constNils Wallménius2013-09-01
* Silence spurious warningNils Wallménius2013-08-31
* Sync opus codec to upstream gitNils Wallménius2013-08-31
* ARMv5 optimized complex multiply function for libopus.Michael Giacomelli2013-01-21
* opus: only put the mdct function in iram for cf,Nils Wallménius2012-10-17
* opus: don't rely on stride being 1<<shiftNils Wallménius2012-10-16
* opus: use two pointers for mdct pre and post rotationAndree Buschmann2012-10-16
* opus: put hot code in iramNils Wallménius2012-10-16
* opus: arm asm for C_MULCAndree Buschmann2012-10-10
* opus: cf asm for C_MULCNils Wallménius2012-10-10
* opus: replace copy loops with calls to memcpyAndree Buschmann2012-10-07
* opus: speed up mdct overlap add and copyingAndree Buschmann2012-10-07
* opus: cf inline asm for MULT32_32_Q31Nils Wallménius2012-10-06
* opus: full precision MULT32_32_Q31 (32*32=64>>31) multiplicationAndree Buschmann2012-10-06
* opus: slight speedup of deemphasisAndree Buschmann2012-10-06
* opus: speed up comb_filterAndree Buschmann2012-10-06
* opus: put arrays frequently used by pulse decoding on the stackNils Wallménius2012-10-04
* opus: speed up arm asm MULT16_32_Q15Nils Wallménius2012-10-01
* opus: allocate mdct f2 buffer in iramAndree Buschmann2012-10-01
* opus: allocate buffers for X and freq in iramAndree Buschmann2012-10-01
* opus: speed up deemphasisNils Wallménius2012-09-28
* opus: put frequently used mdct buffer on the real stack which is in iramNils Wallménius2012-09-26
* opus: improve cf MULT16_32_Q15 by giving the compiler more freedomNils Wallménius2012-09-26
* opus: put some const tables and structs in iramNils Wallménius2012-09-25
* opus: asm MULT16_32_Q15 for arm and cfNils Wallménius2012-09-25
* opus: #if 0 out some unused codeNils Wallménius2012-09-24
* Initial opus codec supportFrederik M J Vestre2012-09-20