summaryrefslogtreecommitdiff
path: root/libavcodec/lpc.c
Commit message (Collapse)AuthorAge
* lpc: always initialize ref and errVittorio Giovara2014-11-14
| | | | | CC: libav-stable@libav.org Bug-Id: CID 29585 / CID 700759
* x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt2013-06-30
|
* lpc: use levinson for the first pass of multipass choleskyLoren Merritt2013-06-29
| | | | | | | Levinson is faster, and cholesky is only needed if we want to apply different weights to different samples, which doesn't happen on the first pass. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* x86: lpc: simd av_update_llsLoren Merritt2013-06-29
| | | | | | 4x-6x faster on sandybridge Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lpc: use function pointers, in preparation for asmLoren Merritt2013-06-29
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lpc: remove "decay" argumentLoren Merritt2013-06-29
| | | | | | We never used the rolling-average mode, and this makes av_update_lls 15% faster. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* lls: move to the private namespaceLuca Barbato2013-02-28
| | | | The functions are private.
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-29
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
| | | | Rename the called dsp init functions to *_init_x86.
* lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-22
| | | | | Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2().
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
|
* Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-21
|
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
|
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
|
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* cosmetics related to LPC changes.Justin Ruggles2011-01-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
| | | | | | | Add AVLPCType enum. Deprecate AVCodecContext.use_lpc. Originally committed as revision 24199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-17
| | | | | | | | corresponding dsputil functions and remove their dependency on the FLAC encoder. Fixes Issue1486. Originally committed as revision 20266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: Remove false positive compilation warning about weight beingPatrik Kullman2009-02-13
| | | | | | uninitialized. Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Assert that ff_lpc_calc_coefs() is called with a valid LPC method.Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().Patrik Kullman2009-02-13
| | | | | | Patch by Patrik Kullman (patrik A yes D nu). Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC ↵Vitor Sessak2008-09-04
| | | | | | decoders. Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc cosmetics in compute_lpc_coefs(): braces removal and empty linesVitor Sessak2008-08-31
| | | | Originally committed as revision 15093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless var in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization of a few vars in compute_lpc_coefs()Vitor Sessak2008-08-31
| | | | Originally committed as revision 15088 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless zeroing of a bufferVitor Sessak2008-08-29
| | | | Originally committed as revision 15038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix incorrect indentation.Diego Biurrun2008-08-21
| | | | Originally committed as revision 14878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
| | | | Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles2008-08-16
| | | | Originally committed as revision 14796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-16
| | | | Originally committed as revision 14795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
| | | | Originally committed as revision 14794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk