1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec/bfin
Martin Storsjö 5941978e71 vp3: bfin: Transpose the IDCTs
While this change isn't bitexact, the IDCTs weren't bitexact to
start with either.

This simplifies decoupling vp3 from dsputil.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-15 12:31:52 +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
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: bfin: Transpose the IDCTs 2013-04-15 12:31:52 +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