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 Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
dsputil_bfin.c Add av_cold attributes to arch-specific init functions 2013-02-05 17:01:05 +01:00
dsputil_bfin.h bfin: Separate VP3 initialization code 2013-01-28 21:03:12 +01:00
fdct_bfin.S Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
idct_bfin.S Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00
Makefile bfin: Separate VP3 initialization code 2013-01-28 21:03:12 +01:00
mathops.h mpegaudio: remove CONFIG_MPEGAUDIO_HP option 2011-05-09 17:30:12 +01:00
mpegvideo_bfin.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
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 Drop DCTELEM typedef 2013-01-22 18:32:56 -08:00