FFmpeg/libavcodec/ppc
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.S PPC: add some asm support macros 2010-07-04 18:33:40 +00:00
dsputil_altivec.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_altivec.h dsputil: move VC1-specific stuff into VC1DSPContext. 2011-02-18 19:52:40 +01:00
dsputil_ppc.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
fdct_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
fft_altivec_s.S more credits to D. J. Bernstein for fft 2010-07-18 20:06:42 +00:00
fft_altivec.c PPC: convert Altivec FFT to pure assembler 2010-07-04 18:33:47 +00:00
float_altivec.c Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
fmtconvert_altivec.c cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec(). 2011-03-08 02:09:31 +01:00
gmc_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
h264_altivec.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
h264_template_altivec.c Fix PPC build. 2011-02-18 19:52:41 +01:00
idct_altivec.c Remove PPC perf counter support 2010-06-26 22:23:35 +00:00
int_altivec.c Add const to some pointer parameters. 2010-06-27 15:11:38 +00:00
Makefile Separate format conversion DSP functions from DSPContext. 2011-02-04 03:08:09 +01:00
mathops.h
mpegaudiodec_altivec.c Altivec-optimized mp{1,2,3} windowing 2010-07-01 21:04:12 +00:00
mpegvideo_altivec.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
regs.h Check whether IBM or Apple PPC assembler syntax is used 2010-07-01 23:21:27 +00:00
types_altivec.h PPC: Altivec split-radix FFT 2010-07-01 23:21:39 +00:00
util_altivec.h Altivec: Add helper function to load from a constant misalignment 2010-06-29 06:42:12 +00:00
vc1dsp_altivec.c ppc: fix vc1 inverse transform, unbreak build 2011-02-22 02:44:39 +01:00
vp3dsp_altivec.c
vp8dsp_altivec.c vp8: ppc: fix invalid reads in altivec epel mc 2011-02-22 02:44:39 +01:00