summaryrefslogtreecommitdiff
path: root/src/libFLAC/include/private/lpc.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce subdivide_tukey apodizationMartijn van Beurden2022-08-191-0/+2
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Add FMA intrinsics for autocorrelation calculationMartijn van Beurden2022-07-251-0/+7
* Add 32-bit encoding, including limiting of residual to 32-bit intMartijn van Beurden2022-06-121-1/+3
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-121-3/+4
* Improve compute_residual_from_qlp_coefficients datapath selectionMartijn van Beurden2022-05-281-0/+3
* Remove all assembler and intrinsics from decoderMartijn van Beurden2022-05-261-16/+0
* Add ARM64 NEON intrinsics lpc_compute_autocorrelation routinesMartijn van Beurden2022-04-291-0/+5
* Adding ARM64 support and optimized Neon implementation (#270)RonenGvili2022-04-291-0/+6
* Deduplicate VSX and SSE2 autocorelation calculation codeMartijn van Beurden2022-04-191-2/+2
* Switch to autoc[] as doubleMartijn van Beurden2022-04-191-28/+12
* 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