summaryrefslogtreecommitdiff
path: root/libavcodec/x86/lpc_mmx.c
Commit message (Expand)AuthorAge
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-31
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-02
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17