summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/libopus/celt/mdct.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-31Sync opus codec to upstream gitNils Wallménius1-92/+55
2012-10-16opus: don't rely on stride being 1<<shiftNils Wallménius1-4/+5
2012-10-16opus: use two pointers for mdct pre and post rotationAndree Buschmann1-7/+12
2012-10-07opus: replace copy loops with calls to memcpyAndree Buschmann1-12/+10
2012-10-01opus: allocate mdct f2 buffer in iramAndree Buschmann1-5/+17
2012-09-26opus: put frequently used mdct buffer on the real stack which is in iramNils Wallménius1-3/+4
2012-09-24opus: #if 0 out some unused codeNils Wallménius1-0/+2
2012-09-20Initial opus codec supportFrederik M J Vestre1-0/+332