summaryrefslogtreecommitdiff
path: root/libavcodec/arm/dsputil_init_armv6.c
Commit message (Collapse)AuthorAge
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
|
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 ↵Oskar Arvidsson2011-05-10
| | | | | | | | | | | | | | | | | decoder. This patch lets e.g. dsputil_init chose dsp functions with respect to the bit depth to decode. The naming scheme of bit depth dependent functions is <base name>_<bit depth>[_<prefix>] (i.e. the old clear_blocks_c is now named clear_blocks_8_c). Note: Some of the functions for high bit depth is not dependent on the bit depth, but only on the pixel size. This leaves some room for optimizing binary size. Preparatory patch for high bit depth h264 decoding support. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
| | | | Originally committed as revision 21705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
| | | | Originally committed as revision 21704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised sse16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-09
| | | | Originally committed as revision 21700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-09
| | | | Originally committed as revision 21698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-09
| | | | Originally committed as revision 21697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-09
| | | | Originally committed as revision 21696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
| | | | Originally committed as revision 20184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: cosmeticsMåns Rullgård2009-10-04
| | | | Originally committed as revision 20166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
- Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon() Originally committed as revision 20163 to svn://svn.ffmpeg.org/ffmpeg/trunk