1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-14 19:13:30 +02:00
ffmpeg/libavcodec/ppc
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs
This way, the special IDCT permutations are no longer needed. This
is similar to how H264 does it, and removes the dsputil dependency
imposed by the scantable code.

Also remove the unused type == 0 cases from the plain C version
of the idct.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-15 12:32:05 +03:00
..
asm.S ppc: fix 32-bit PIC build 2011-09-25 17:27:48 +01:00
dsputil_altivec.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
dsputil_altivec.h dsputil: Separate h264chroma 2013-02-06 11:30:53 +01:00
dsputil_ppc.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
fdct_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
fft_altivec_s.S ppc: fix 32-bit PIC build 2011-09-25 17:27:48 +01:00
fft_altivec.c PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil 2012-06-08 13:14:38 -04:00
fmtconvert_altivec.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
gmc_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
h264_altivec.c h264: Integrate clear_blocks calls with IDCT 2013-04-10 11:03:06 +03:00
h264_qpel_template.c dsputil: Separate h264chroma 2013-02-06 11:30:53 +01:00
h264_qpel.c dsputil: convert remaining functions to use ptrdiff_t strides 2013-03-12 18:26:42 +01:00
h264chroma_init.c dsputil: Separate h264chroma 2013-02-06 11:30:53 +01:00
h264chroma_template.c dsputil: Separate h264chroma 2013-02-06 11:30:53 +01:00
idct_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
int_altivec.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
Makefile dsputil: Separate h264chroma 2013-02-06 11:30:53 +01:00
mathops.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegaudiodec_altivec.c dsputil: Move LOCAL_ALIGNED macros to libavutil 2013-02-08 23:13:37 +01:00
mpegvideo_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
vc1dsp_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
videodsp_ppc.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
vorbisdsp_altivec.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
vp3dsp_altivec.c vp3: Use full transpose for all IDCTs 2013-04-15 12:32:05 +03:00
vp8dsp_altivec.c Don't include common.h from avutil.h 2012-08-15 22:32:06 +03:00