summaryrefslogtreecommitdiff
path: root/src/libFLAC/include/private/lpc.h
Commit message (Expand)AuthorAgeFilesLines
* Add Aarch64 Supportcoreyjjames2020-01-051-0/+6
* Add VSX optimised versions of autocorrelation loopsAnton Blanchard2018-08-201-0/+14
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-211-3/+0
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-191-0/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-38/+38
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-3/+3
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-5/+5
* Improve encoding speed on older Intel CPUs.Erik de Castro Lopo2014-12-041-8/+12
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Add AVX2 CPU support stream encoder.Erik de Castro Lopo2014-10-041-0/+5
* Remove support for AMD's 3Dnow.Erik de Castro Lopo2014-10-041-1/+0
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-211-1/+0
* Remove old/broken PPC/Altivec code.Erik de Castro Lopo2014-09-171-4/+1
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-281-0/+1
* Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."Erik de Castro Lopo2014-06-151-3/+3
* Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.Erik de Castro Lopo2014-06-011-3/+3
* Add sse2 intrinscics code for lpc_restore_signal_...()Erik de Castro Lopo2014-02-021-0/+4
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-3/+8
* libFLAC : Add asm versions for two _wide() functions.Erik de Castro Lopo2014-01-071-0/+2
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-1/+10
* Fix/re-enable SSE/SSE2 lpc optimisations.Erik de Castro Lopo2013-09-171-6/+2
* Adds SSE-accelerated lpc functions.Erik de Castro Lopo2013-09-151-0/+13
* Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16.Erik de Castro Lopo2013-08-311-0/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* window the integer_signal instead of real_signal, remove unused real_signal f...Josh Coalson2007-04-041-1/+1
* minor commentsJosh Coalson2007-02-071-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc...Josh Coalson2006-11-271-1/+1
* minor commentsJosh Coalson2006-09-161-1/+1
* minor commentsJosh Coalson2006-06-121-1/+4
* fix a calcuation bug in FLAC__lpc_compute_best_order()Josh Coalson2006-04-281-2/+3
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-251-0/+13
* fix ANSI C violation w.r.t. const arraysJosh Coalson2005-01-261-4/+4
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* finished integerized flavor of library; sections with floating point are eith...Josh Coalson2004-11-091-0/+8
* first pass at making an integer-only flavor of the libraries. move FLAC__rea...Josh Coalson2004-10-201-6/+7
* fix #ifdef problems that existed when FLAC__NO_ASM is definedJosh Coalson2004-10-061-14/+14
* finish hooking up altivec asm routinesJosh Coalson2004-07-281-1/+4
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* #include config.hJosh Coalson2002-12-041-2/+4
* add wide (64-bit) versions of the FIR filter and inverse filter, remove unuse...Josh Coalson2002-10-041-2/+3
* update copyright date to include 2002Josh Coalson2002-01-261-1/+1
* add 3DNOW stuff from MiroslavJosh Coalson2001-07-161-0/+1
* use double instead of FLAC__real in some places internallyJosh Coalson2001-07-031-1/+1
* revamp the ordinal typesJosh Coalson2001-06-231-17/+17