Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -1/+0 |
| | | | | Alpha has been end-of-lifed and no more test machines are available. | ||||
* | dsputil: Split off H.263 bits into their own H263DSPContext | Diego Biurrun | 2013-11-08 | 1 | -3/+0 |
| | |||||
* | dsputil: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 1 | -1/+1 |
| | | | | Also give consistent names to init functions. | ||||
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -3/+0 |
| | |||||
* | dsputil: Remove dct_bits | Ronald S. Bultje | 2013-04-19 | 1 | -5/+0 |
| | | | | | | | dct_bits is never set except in h264, where it is never used, thus remove it. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: Remove hpel functions (moved to hpeldsp) | Ronald S. Bultje | 2013-04-19 | 1 | -49/+0 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | hpeldsp: Add half-pel functions (currently copies of dsputil) | Ronald S. Bultje | 2013-04-19 | 1 | -6/+1 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: Make square put/avg_pixels functions local to h264qpel | Ronald S. Bultje | 2013-04-10 | 1 | -14/+4 |
| | | | | | | | Put a copy of the 8bit functions only in dsputil, where they are used for some other things (e.g. mpeg4qpel, mspel, cavsqpel). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables | Ronald S. Bultje | 2013-04-08 | 1 | -1/+1 |
| | | | | | | | | | These are widely used throughout libavcodec, nothing dsputil-specific. Change ff_cropTbl to a statically initialized table, to avoid initializing it with a function call. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | h261: Remove H.261 loop filter from dsputil | Diego Biurrun | 2013-04-05 | 1 | -2/+0 |
| | | | | | There is no arch-optimized version of the H.261 loop filter and there likely will never be, so the dsputil overhead does not give any benefit. | ||||
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -12/+12 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -1/+0 |
| | | | | | | | | | These functions are mostly H264-specific (the only other user I can spot is bink), and this allows us to special-case some functionality for H264. Also remove the 16-bit-coeff with >8bpp versions (unused) and merge the duplicate 32-bit-coeff for >8bpp (identical). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | dsputil: convert remaining op_pixels_func | Luca Barbato | 2013-02-17 | 1 | -1/+1 |
| | | | | | | Convert to diffptr_t the line_size parameters still int. Remove all the warnings in dsputil.c | ||||
* | dsputil: Move STRIDE_ALIGN macro to the only place it is used | Diego Biurrun | 2013-02-13 | 1 | -6/+0 |
| | |||||
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -14/+0 |
| | |||||
* | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -26/+0 |
| | |||||
* | dsputil: Move WRAPPER8_16_SQ macro to the only place it is used | Diego Biurrun | 2013-02-08 | 1 | -14/+0 |
| | |||||
* | dsputil: Move rnd_avg inline functions to a separate header | Diego Biurrun | 2013-02-08 | 1 | -23/+0 |
| | |||||
* | dsputil: Remove commented-out, unused function declarations | Diego Biurrun | 2013-02-08 | 1 | -8/+0 |
| | |||||
* | dsputil: Move ff_shrink* function declarations to separate header | Diego Biurrun | 2013-02-07 | 1 | -5/+0 |
| | |||||
* | dsputil: Move ff_svq3 function declarations to a separate header | Diego Biurrun | 2013-02-07 | 1 | -3/+0 |
| | |||||
* | dsputil: Move ff_h264_idct function declarations to a separate header | Diego Biurrun | 2013-02-07 | 1 | -18/+0 |
| | |||||
* | dsputil: Move copy_block functions to a separate header | Diego Biurrun | 2013-02-07 | 1 | -36/+0 |
| | |||||
* | dsputil: Drop unused functions copy_block{2|4|16} | Diego Biurrun | 2013-02-07 | 1 | -33/+0 |
| | |||||
* | dsputil: Move get_penalty_factor() to the only place it is used. | Diego Biurrun | 2013-02-07 | 1 | -20/+0 |
| | |||||
* | dsputil: Move ff_block_permute to mpegvideo_enc | Diego Biurrun | 2013-02-07 | 1 | -6/+0 |
| | |||||
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -7/+0 |
| | |||||
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 1 | -1/+1 |
| | | | | | This avoids SIMD-optimized functions having to sign-extend their line size argument manually to be able to do pointer arithmetic. | ||||
* | dsputil: Separate h264 qpel | Mans Rullgard | 2013-01-24 | 1 | -3/+0 |
| | | | | | | | | | | The sh4 optimizations are removed, because the code is 100% identical to the C code, so it is unlikely to provide any real practical benefit. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | dsputil: remove some never-assigned function pointers from the struct. | Ronald S. Bultje | 2013-01-22 | 1 | -3/+2 |
| | |||||
* | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
| | | | | This is never used. | ||||
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -46/+45 |
| | | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -18/+0 |
| | | | | This makes the aac decoder and all voice codecs independent of dsputil. | ||||
* | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -7/+0 |
| | | | | | This makes wmadec/enc, twinvq and mpegaudiodec (i.e. mp2/mp3) independent of dsputil. | ||||
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+0 |
| | | | | | | Now, nellymoserenc and aacenc no longer depends on dsputil. Independent of this patch, wmaprodec also does not depend on dsputil, so I removed it from there also. | ||||
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -2/+0 |
| | |||||
* | vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. | Ronald S. Bultje | 2013-01-21 | 1 | -2/+0 |
| | | | | | The function is only used in VP3 and VP5, so no need to have it in DSPContext. | ||||
* | wmv2: move IDCT to its own DSP context. | Ronald S. Bultje | 2013-01-20 | 1 | -1/+0 |
| | | | | | | | | | | | This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto). | ||||
* | dsputil: remove butterflies_float_interleave. | Ronald S. Bultje | 2013-01-20 | 1 | -17/+0 |
| | | | | The function is unused. | ||||
* | dsputil: drop non-compliant "fast" qpel mc functions | Mans Rullgard | 2013-01-20 | 1 | -3/+0 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. | Ronald S. Bultje | 2013-01-19 | 1 | -1/+1 |
| | | | | The function is never used. | ||||
* | Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. | Ronald S. Bultje | 2013-01-19 | 1 | -2/+0 |
| | | | | | Conveniently (together with Justin's earlier patches), this makes our vorbis decoder entirely independent of dsputil. | ||||
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 1 | -2/+0 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -8/+0 |
| | | | | Snow is a toy codec with no real-world use and horrible code. | ||||
* | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -26/+0 |
| | | | | | | | | Move some functions from dsputil. The idea is that videodsp contains functions that are useful for a large and varied set of video decoders. Currently, it contains emulated_edge_mc() and prefetch(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | Make LOCAL_ALIGNED syntactically similar on all systems | Mans Rullgard | 2012-12-11 | 1 | -1/+3 |
| | | | | | | | | | This changes the LOCAL_ALIGNED definition on systems where DECLARE_ALIGNED is used so it matches the manual alignment case, ensuring invalid use will not compile on x86 only to fail on everything else. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | dsputil: remove unused macro WRAPPER8_16 | Mans Rullgard | 2012-12-09 | 1 | -6/+0 |
| | | | | | | This macro has never been used. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -10/+0 |
| | |||||
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
| |