1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-09 01:07:01 +02:00
ffmpeg/libavcodec/alpha
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 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: Michael Niedermayer <michaelni@gmx.at>
2011-04-10 22:33:42 +02:00
..
asm.h Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. 2009-08-21 10:10:42 +00:00
dsputil_alpha_asm.S Remove --enable-gprof flag 2010-06-26 22:23:29 +00:00
dsputil_alpha.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
dsputil_alpha.h Alpha: move dsputil prototypes to a header file 2010-03-08 02:36:03 +00:00
Makefile Simplify arch-specific object file lists 2010-03-16 21:23:03 +00:00
motion_est_alpha.c Alpha: move dsputil prototypes to a header file 2010-03-08 02:36:03 +00:00
motion_est_mvi_asm.S Remove --enable-gprof flag 2010-06-26 22:23:29 +00:00
mpegvideo_alpha.c Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp 2009-01-17 21:44:58 +00:00
regdef.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
simple_idct_alpha.c Alpha: move dsputil prototypes to a header file 2010-03-08 02:36:03 +00:00