made mmx/mmxext idct public -> now libavcodec can use it

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-03 18:46:08 +00:00
parent 46fbaf07a6
commit 73abeaa28f
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ static int32_t rounder5[] ATTR_ALIGN(8) =
#define declare_idct(idct,table,idct_row_head,idct_row,idct_row_tail,idct_row_mid) \
static inline void idct (int16_t * block) \
inline void idct (int16_t * block) \
{ \
static int16_t table04[] ATTR_ALIGN(16) = \
table (22725, 21407, 19266, 16384, 12873, 8867, 4520); \