Mercurial > libavcodec.hg
log dca.c @ 7737:d7ae1362a681 libavcodec
age | author | description |
---|---|---|
Sat, 30 Aug 2008 10:41:53 +0000 | michael | Get rid of the 512 sample memmove(). libavcodec |
Fri, 29 Aug 2008 18:37:40 +0000 | michael | Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodec |
Fri, 29 Aug 2008 14:53:07 +0000 | michael | Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodec |
Fri, 29 Aug 2008 14:44:47 +0000 | michael | Simplify (drop useless intermediate sum and diff arrays). libavcodec |
Fri, 29 Aug 2008 10:14:01 +0000 | andoma | 5,1l: samples_chanptr[] should be (const float *) libavcodec |
Fri, 29 Aug 2008 10:12:44 +0000 | andoma | dca: Set data_size outside block loop. libavcodec |
Fri, 29 Aug 2008 10:09:51 +0000 | andoma | dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodec |