X8 60 libavcodec/x86/fdct.c X8(13036), // tg * (2<<16) + 0.5 X8 61 libavcodec/x86/fdct.c X8(27146), // tg * (2<<16) + 0.5 X8 62 libavcodec/x86/fdct.c X8(-21746) // tg * (2<<16) + 0.5 X8 66 libavcodec/x86/fdct.c X8(23170) //cos * (2<<15) + 0.5 X8 69 libavcodec/x86/fdct.c DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) }; X8 58 libavcodec/x86/xvididct_sse2.c DECLARE_ASM_CONST(16, int16_t, tan1)[] = { X8(13036) }; // tan( pi/16) X8 59 libavcodec/x86/xvididct_sse2.c DECLARE_ASM_CONST(16, int16_t, tan2)[] = { X8(27146) }; // tan(2pi/16) = sqrt(2)-1 X8 60 libavcodec/x86/xvididct_sse2.c DECLARE_ASM_CONST(16, int16_t, tan3)[] = { X8(43790) }; // tan(3pi/16)-1 X8 61 libavcodec/x86/xvididct_sse2.c DECLARE_ASM_CONST(16, int16_t, sqrt2)[] = { X8(23170) }; // 0.5/sqrt(2) X8 62 libavcodec/x86/xvididct_sse2.c DECLARE_ASM_CONST(8, uint8_t, m127)[] = { X8(127) }; X8 136 libavutil/x86/asm.h # define FE_8(P,X,X1,X2,X3,X4,X5,X6,X7,X8) P(X), FE_7(P,X1,X2,X3,X4,X5,X6,X7,X8) X8 137 libavutil/x86/asm.h # define FE_9(P,X,X1,X2,X3,X4,X5,X6,X7,X8,X9) P(X), FE_8(P,X1,X2,X3,X4,X5,X6,X7,X8,X9) X8 309 libswscale/x86/swscale.c SCALE_FUNCS(X8, opt) X8 494 libswscale/x86/swscale.c else ASSIGN_SCALE_FUNC2(hscalefn, X8, opt1, opt2); \