[FFmpeg-devel] [PATCH] HE-AAC v1 decoder try 4

Alex Converse alex.converse
Wed Feb 17 00:01:23 CET 2010


Notes:
*All the computation time is spent in ff_sbr_apply() and it's
children. If it isn't called from ff_sbr_apply() making it 100% faster
isn't going to buy us anything.
*Right now the synthesis filterbank is written on top on an MDCT. With
appropriate SIMD functions it may make sense to move it to an FFT.
Right now the MDCT version is much faster.
*SIMD placeholder patch not included
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sbr_simd.diff
Type: text/x-patch
Size: 7504 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100216/5eb229e5/attachment.bin>



More information about the ffmpeg-devel mailing list