Searched refs:xmm_reg (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 Ddsputil_mmx.h28 typedef struct { uint64_t a, b; } xmm_reg; typedef in typeref:struct:__anon606
37 extern const xmm_reg ff_pw_5;
38 extern const xmm_reg ff_pw_8;
40 extern const xmm_reg ff_pw_16;
42 extern const xmm_reg ff_pw_28;
43 extern const xmm_reg ff_pw_32;
45 extern const xmm_reg ff_pw_64;
H A Ddsputil_mmx.c52 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_5 ) = {0x0005000500050005ULL, 0x0005000500050005ULL};
53 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_8 ) = {0x0008000800080008ULL, 0x0008000800080008ULL};
55 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_16 ) = {0x0010001000100010ULL, 0x0010001000100010ULL};
57 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_28 ) = {0x001C001C001C001CULL, 0x001C001C001C001CULL};
58 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_32 ) = {0x0020002000200020ULL, 0x0020002000200020ULL};
60 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_64 ) = {0x0040004000400040ULL, 0x0040004000400040ULL};
2532 DECLARE_ALIGNED_16(xmm_reg, sh);

Completed in 15 milliseconds