diff options
author | Zhou Xiaoyong <[email protected]> | 2016-10-10 16:11:37 +0800 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2016-12-17 18:41:18 +0100 |
commit | 5b74ebe93723323c3f7068d8ff1fb44b43d8fc67 (patch) | |
tree | 0d585c4a9a17e0e707a4c5cbda96a4e1b8996828 /libavcodec/mips/constants.h | |
parent | 334fad3645308f11e2b90d5bdf0215055b642f04 (diff) |
avcodec/mips: version 1 of vc1dsp optimizations for loongson mmi
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/mips/constants.h')
-rw-r--r-- | libavcodec/mips/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/mips/constants.h b/libavcodec/mips/constants.h index e164ecbc06..2604559950 100644 --- a/libavcodec/mips/constants.h +++ b/libavcodec/mips/constants.h @@ -33,9 +33,13 @@ extern const uint64_t ff_pw_6; extern const uint64_t ff_pw_8; extern const uint64_t ff_pw_9; extern const uint64_t ff_pw_10; +extern const uint64_t ff_pw_12; +extern const uint64_t ff_pw_15; extern const uint64_t ff_pw_16; +extern const uint64_t ff_pw_17; extern const uint64_t ff_pw_18; extern const uint64_t ff_pw_20; +extern const uint64_t ff_pw_22; extern const uint64_t ff_pw_28; extern const uint64_t ff_pw_32; extern const uint64_t ff_pw_53; |