summaryrefslogtreecommitdiff
path: root/libavcodec/x86/lpc_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-0/+6
|\
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * cosmetics related to LPC changes.Justin Ruggles2011-01-211-4/+5
| * Separate window function from autocorrelation.Justin Ruggles2011-01-211-13/+6
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-2/+12
* | cosmetics related to LPC changes.Justin Ruggles2011-01-231-4/+5
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-13/+6
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-2/+12
|/
* lpc_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* lpc_mmx: merge some asm blocksRamiro Polla2010-10-311-9/+10
* Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since itReimar Döffinger2010-01-021-9/+10
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-171-0/+139