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
dsputil_altivec.c
dsputil_altivec.h
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.c
fft_altivec_s.S
fmtconvert_altivec.c
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.c dsputil: convert remaining functions to use ptrdiff_t strides 2013-03-12 18:26:42 +01:00
h264_qpel_template.c
h264chroma_init.c
h264chroma_template.c
idct_altivec.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
int_altivec.c
Makefile
mathops.h
mpegaudiodec_altivec.c
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
vorbisdsp_altivec.c
vp3dsp_altivec.c vp3: Use full transpose for all IDCTs 2013-04-15 12:32:05 +03:00
vp8dsp_altivec.c