diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-07-21 13:54:55 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 14:48:23 +0200 |
commit | b50910e9a9cf6a939125157e3231696a69838de6 (patch) | |
tree | 75dd57104c17afa3a90f94f58d2590c7bcd06a0a /libavcodec/xvididct.h | |
parent | 21e2f030bfa1497da5ab3d414c02a4349e87f525 (diff) | |
download | ffmpeg-b50910e9a9cf6a939125157e3231696a69838de6.tar.gz |
avcodec: loongson optimize xvid idct with mmi
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/xvididct.h')
-rw-r--r-- | libavcodec/xvididct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/xvididct.h b/libavcodec/xvididct.h index f7dfba4886..e0bc1a2b91 100644 --- a/libavcodec/xvididct.h +++ b/libavcodec/xvididct.h @@ -30,5 +30,7 @@ void ff_xvid_idct_init(IDCTDSPContext *c, AVCodecContext *avctx); void ff_xvid_idct_init_x86(IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth); +void ff_xvid_idct_init_mips(IDCTDSPContext *c, AVCodecContext *avctx, + unsigned high_bit_depth); #endif /* AVCODEC_XVIDIDCT_H */ |