diff options
author | Zhou Xiaoyong <zhouxiaoyong@loongson.cn> | 2016-10-10 16:11:37 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-17 18:41:18 +0100 |
commit | 5b74ebe93723323c3f7068d8ff1fb44b43d8fc67 (patch) | |
tree | 0d585c4a9a17e0e707a4c5cbda96a4e1b8996828 /libavcodec/mips/constants.c | |
parent | 334fad3645308f11e2b90d5bdf0215055b642f04 (diff) | |
download | ffmpeg-5b74ebe93723323c3f7068d8ff1fb44b43d8fc67.tar.gz |
avcodec/mips: version 1 of vc1dsp optimizations for loongson mmi
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/constants.c')
-rw-r--r-- | libavcodec/mips/constants.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mips/constants.c b/libavcodec/mips/constants.c index 9c10d29e90..a7c4a5ccf6 100644 --- a/libavcodec/mips/constants.c +++ b/libavcodec/mips/constants.c @@ -32,9 +32,13 @@ DECLARE_ALIGNED(8, const uint64_t, ff_pw_6) = {0x0006000600060006ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_8) = {0x0008000800080008ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_9) = {0x0009000900090009ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_10) = {0x000A000A000A000AULL}; +DECLARE_ALIGNED(8, const uint64_t, ff_pw_12) = {0x000C000C000C000CULL}; +DECLARE_ALIGNED(8, const uint64_t, ff_pw_15) = {0x000F000F000F000FULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_16) = {0x0010001000100010ULL}; +DECLARE_ALIGNED(8, const uint64_t, ff_pw_17) = {0x0011001100110011ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_18) = {0x0012001200120012ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_20) = {0x0014001400140014ULL}; +DECLARE_ALIGNED(8, const uint64_t, ff_pw_22) = {0x0016001600160016ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_28) = {0x001C001C001C001CULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_32) = {0x0020002000200020ULL}; DECLARE_ALIGNED(8, const uint64_t, ff_pw_53) = {0x0035003500350035ULL}; |