Searched refs:X8 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfdct_mmx.c55 #define X8(x) x,x,x,x,x,x,x,x macro
59 X8(13036), // tg * (2<<16) + 0.5
60 X8(27146), // tg * (2<<16) + 0.5
61 X8(-21746) // tg * (2<<16) + 0.5
65 X8(23170) //cos * (2<<15) + 0.5
68 static const int16_t fdct_one_corr[8] ATTR_ALIGN(16) = { X8(1) };
H A Didct_sse2_xvid.c49 #define X8(x) x,x,x,x,x,x,x,x macro
54 DECLARE_ASM_CONST(16, int16_t, tan1[]) = {X8(13036)}; // tan( pi/16)
55 DECLARE_ASM_CONST(16, int16_t, tan2[]) = {X8(27146)}; // tan(2pi/16) = sqrt(2)-1
56 DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
57 DECLARE_ASM_CONST(16, int16_t, sqrt2[])= {X8(23170)}; // 0.5/sqrt(2)
58 DECLARE_ASM_CONST(8, uint8_t, m127[]) = {X8(127)};

Completed in 28 milliseconds