summaryrefslogtreecommitdiffstats
path: root/libavcodec/lpc.h
Commit message (Collapse)AuthorAgeFilesLines
* lpc: remove unneeded {}Michael Niedermayer2014-11-251-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lpc: always initialize ref and errVittorio Giovara2014-11-141-1/+1
| | | | | CC: libav-stable@libav.org Bug-Id: CID 29585 / CID 700759
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
|
* lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö2012-10-291-0/+3
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* lpc: Add a function for calculating reflection coefficients from ↵Justin Ruggles2012-10-291-0/+31
| | | | | | autocorrelation coefficients Signed-off-by: Martin Storsjö <martin@martin.st>
* lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles2012-08-221-0/+1
| | | | | Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2().
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
|
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
|
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-3/+14
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Separate window function from autocorrelation.Justin Ruggles2011-01-211-3/+28
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-3/+21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-1/+2
| | | | | | | 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-301-1/+1
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-0/+3
| | | | Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: s/LPC_type/LPC_TYPE/Vitor Sessak2008-09-041-9/+9
| | | | Originally committed as revision 15202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC ↵Vitor Sessak2008-09-041-0/+54
| | | | | | decoders. Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing header includes to fix 'make checkheaders'.Diego Biurrun2008-08-171-1/+2
| | | | Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
| | | | Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-161-3/+4
| | | | Originally committed as revision 14795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-161-1/+1
| | | | Originally committed as revision 14794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla2008-08-161-5/+5
| | | | 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-161-0/+46
Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud