summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* refactor and optimize scalarproductLoren Merritt2009-12-051-11/+7
* Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that theReimar Döffinger2009-11-051-0/+6
* Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits.Reimar Döffinger2009-11-041-1/+1
* huffyuv: add some const qualifiersLoren Merritt2009-10-181-2/+2
* simd add_hfyu_left_predictionLoren Merritt2009-10-181-1/+1
* Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles2009-10-171-1/+1
* Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange2009-10-161-4/+4
* Add support for hardcoded ff_sin_* tables.Reimar Döffinger2009-10-151-2/+4
* Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitionsReimar Döffinger2009-10-151-2/+35
* Do not initialize ff_cos_* tables again in rdft_init, they are alreadyReimar Döffinger2009-10-151-1/+1
* Use hardcoded instead of runtime-calculated ff_cos_* tables ifReimar Döffinger2009-10-141-0/+4
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-061-0/+2
* Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård2009-09-271-3/+1
* Add some dsputil functions useful for AAC decoderMåns Rullgård2009-09-221-0/+50
* Allow arch-specific mdct code to request interleaving of cos/sin tablesMåns Rullgård2009-09-211-0/+3
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-25/+19
* 10l: fix ff_fft_init_arm() prototypeMåns Rullgård2009-09-151-1/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-16/+5
* Add two more sizes to ff_sine_windows[] and also pad it with NULLs soVitor Sessak2009-09-151-1/+3
* ARM: NEON optimised MDCTMåns Rullgård2009-09-111-0/+1
* Prepare for optimised forward MDCT implementationsMåns Rullgård2009-09-111-1/+8
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-101-0/+4
* ff_sine_windows table contains only constant data, too.Reimar Döffinger2009-09-061-1/+1
* The ff_cos_tabs table itself is constant, too, so mark it as such.Reimar Döffinger2009-09-061-1/+1
* One declaration of mm_flags is enoughMåns Rullgård2009-08-291-6/+1
* Move declarations of some mmx functions to dsputil_mmx.hMåns Rullgård2009-08-291-6/+0
* Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16Måns Rullgård2009-08-291-2/+1
* Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16Måns Rullgård2009-08-281-5/+0
* Mark parameter src of vector_clipf() as constVitor Sessak2009-08-271-1/+1
* SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak2009-08-271-0/+1
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-161-0/+4
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-161-1/+1
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-151-2/+2
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-301-0/+6
* Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad2009-04-151-1/+6
* Move VC1 loop filter to DSPContextDavid Conrad2009-04-151-0/+1
* VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad2009-04-141-0/+1
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* VC1: Do qpel when needed for both MVs in a B frameDavid Conrad2009-04-141-0/+1
* Mark src constant in copy_block*().Alex Converse2009-04-141-6/+6
* Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik2009-02-191-21/+21
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-091-0/+7
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-081-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-301-0/+31
* Clean up FFT related comments.Alex Converse2009-01-221-0/+12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-6/+6
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Add size that is needed for the wmapro codecBenjamin Larsson2009-01-111-1/+2
OpenPOWER on IntegriCloud