[FFmpeg-devel] [PATCH] avcodec/flacdec: Add lpc16m instead of using lpc32 + post analysis and correction

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon May 18 21:47:10 CEST 2015


On 17.05.2015, at 17:03, Michael Niedermayer <michaelni at gmx.at> wrote:
> This is slower on x86 as the lpc16* functions are not optimized while lpc32 is
> If someone wants to optimize lpc16m and it would actually be faster then this
> could be applied and used until then the current solution in git is better as
> its faster

Maybe only enable it on non-x86, with a comment why?
I'd assume this patch would make e.g. ARM and MIPS faster, so it seems good to have...


More information about the ffmpeg-devel mailing list