1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavcodec/ppc
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t
This avoids SIMD-optimized functions having to sign-extend their
stride argument manually to be able to do pointer arithmetic.
2016-09-29 14:48:04 +02:00
..
apedsp_altivec.c
asm.S
audiodsp.c
blockdsp.c blockdsp: drop the high_bit_depth parameter 2016-09-22 09:47:52 +02:00
fdct.h
fdctdsp.c
fft_altivec.S
fft_init.c
fmtconvert_altivec.c
h264chroma_init.c
h264chroma_template.c h264chroma: Change type of stride parameters to ptrdiff_t 2016-09-29 14:48:04 +02:00
h264dsp.c
h264qpel_template.c
h264qpel.c
hpeldsp_altivec.c
hpeldsp_altivec.h
huffyuvdsp_altivec.c
idctdsp.c idct: Change type of array stride parameters to ptrdiff_t 2016-09-29 14:48:03 +02:00
Makefile
mathops.h
mdct_init.c
me_cmp.c
mpegaudiodsp_altivec.c
mpegvideo_altivec.c
mpegvideodsp.c ppc: mpegvideo: Add proper runtime AltiVec detection 2016-09-11 23:30:40 +02:00
mpegvideoencdsp.c
pixblockdsp.c pixblockdsp: Change type of stride parameters to ptrdiff_t 2016-09-14 14:12:36 +02:00
svq1enc_altivec.c
vc1dsp_altivec.c idct: Change type of array stride parameters to ptrdiff_t 2016-09-29 14:48:03 +02:00
videodsp_ppc.c
vorbisdsp_altivec.c
vp3dsp_altivec.c
vp8dsp_altivec.c