mirror of https://github.com/mpv-player/mpv
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:
parent
46fbaf07a6
commit
73abeaa28f
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue