ffmpeg/libavcodec/ppc
Guillaume Poirier 337e3fd990 Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16,
h264_idct_add16intra, h264_idct_add8 need to be implemented.

Add C version of ff_h264_idct8_dc_add in AltiVec so that ff_h264_idct8_add_altivec
can be used.

Originally committed as revision 16311 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-25 18:27:49 +00:00
..
check_altivec.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
dsputil_altivec.c add Altivec implementation of clear_block 2008-12-12 09:59:00 +00:00
dsputil_altivec.h Delete unnecessary 'extern' keywords. 2008-12-03 15:23:30 +00:00
dsputil_ppc.c Delete unnecessary 'extern' keywords. 2008-12-03 15:23:30 +00:00
dsputil_ppc.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
fdct_altivec.c Remove AltiVec vector declaration compiler compatibility macros. 2008-07-24 10:53:32 +00:00
fft_altivec.c cosmetics: Reformat PPC code in libavcodec according to style guidelines. 2008-07-20 18:58:30 +00:00
float_altivec.c add AltiVec implementation of int32_to_float_fmul_scalar 2008-12-17 09:47:06 +00:00
gcc_fixes.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
gmc_altivec.c cosmetics: Reformat PPC code in libavcodec according to style guidelines. 2008-07-20 18:58:30 +00:00
h264_altivec.c Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, 2008-12-25 18:27:49 +00:00
h264_template_altivec.c cosmetics: Fix indentation after last commit. 2008-07-24 16:54:51 +00:00
idct_altivec.c Remove AltiVec vector declaration compiler compatibility macros. 2008-07-24 10:53:32 +00:00
imgresample_altivec.c Cleanup types 2008-12-13 10:52:34 +00:00
imgresample_altivec.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
int_altivec.c cosmetics: Reformat PPC code in libavcodec according to style guidelines. 2008-07-20 18:58:30 +00:00
mathops.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mpegvideo_altivec.c Delete unnecessary 'extern' keywords. 2008-12-03 15:23:30 +00:00
snow_altivec.c cosmetics: Reformat PPC code in libavcodec according to style guidelines. 2008-07-20 18:58:30 +00:00
types_altivec.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
util_altivec.h Globally rename the header inclusion guard names. 2008-08-31 07:39:47 +00:00
vc1dsp_altivec.c