ffmpeg/libavcodec/ppc
Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct
This moves the H264-specific functions from DSPContext to the new
H264DSPContext.  The code is made conditional on CONFIG_H264DSP
which is set by the codecs requiring it.

The qpel and chroma MC functions are not moved as these are used by
non-h264 code.

Originally committed as revision 22565 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-16 01:17:00 +00:00
..
check_altivec.c Move the local includes below the system includes 2010-03-08 15:12:36 +00:00
dsputil_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
dsputil_altivec.h PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
dsputil_ppc.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
dsputil_ppc.h
fdct_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
fft_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
float_altivec.c
gmc_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
h264_altivec.c Move H264 dsputil functions into their own struct 2010-03-16 01:17:00 +00:00
h264_template_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
idct_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
int_altivec.c
mathops.h
mpegvideo_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
types_altivec.h
util_altivec.h
vc1dsp_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00
vp3dsp_altivec.c PPC: move prototypes to headers and make some functions static 2010-03-06 22:37:14 +00:00