1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavcodec/bfin
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
..
config_bfin.h
dsputil_bfin.c
dsputil_bfin.h
fdct_bfin.S
idct_bfin.S
Makefile
mathops.h
mpegvideo_bfin.c
pixels_bfin.S bfin: Match DEFUN_END macros to the right functions 2013-04-15 12:13:26 +03:00
vp3_bfin.c vp3: Use full transpose for all IDCTs 2013-04-15 12:32:05 +03:00
vp3_bfin.h bfin: Make vp3 functions static 2013-04-08 12:29:40 +03:00
vp3_idct_bfin.S