ffmpeg/libavcodec/ppc
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
This avoids SIMD-optimized functions having to sign-extend their
line size argument manually to be able to do pointer arithmetic.
2013-02-05 12:59:12 +01:00
..
Makefile dsputil: Separate h264 qpel 2013-01-24 10:44:43 +01:00
asm.S
dsputil_altivec.c Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 2013-02-05 12:59:12 +01:00
dsputil_altivec.h Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 2013-02-05 12:59:12 +01:00
dsputil_ppc.c Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
fdct_altivec.c
fft_altivec.c
fft_altivec_s.S
fmtconvert_altivec.c ppc: fmtconvert: Drop two unused variables. 2013-02-01 12:51:13 +01:00
gmc_altivec.c
h264_altivec.c dsputil: Separate h264 qpel 2013-01-24 10:44:43 +01:00
h264_qpel.c dsputil: Separate h264 qpel 2013-01-24 10:44:43 +01:00
h264_qpel_template.c dsputil: Separate h264 qpel 2013-01-24 10:44:43 +01:00
idct_altivec.c
int_altivec.c
mathops.h
mpegaudiodec_altivec.c
mpegvideo_altivec.c Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
vc1dsp_altivec.c dsputil: Separate h264 qpel 2013-01-24 10:44:43 +01:00
videodsp_ppc.c lavc: introduce VideoDSPContext 2012-12-20 13:40:45 +01:00
vorbisdsp_altivec.c vorbisdsp: change block_size type from int to intptr_t. 2013-01-20 22:26:42 -08:00
vp3dsp_altivec.c Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
vp8dsp_altivec.c