diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-06-02 11:32:31 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-02 13:40:16 +0200 |
commit | bb1f153a88f7334256f26d805b9d8f57b7cb66a5 (patch) | |
tree | f7c0f3f3ed64fbeda46287da4b788f4761965a74 /libavcodec/h264chroma.h | |
parent | aede1a1a60cc89bb663753fee1aad9feaca8a14a (diff) | |
download | ffmpeg-bb1f153a88f7334256f26d805b9d8f57b7cb66a5.tar.gz |
avcodec: loongson3 optimized h264chroma put and avg with mmi
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264chroma.h')
-rw-r--r-- | libavcodec/h264chroma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264chroma.h b/libavcodec/h264chroma.h index d4b8a0eb0e..e0f45ad13b 100644 --- a/libavcodec/h264chroma.h +++ b/libavcodec/h264chroma.h @@ -34,5 +34,6 @@ void ff_h264chroma_init_aarch64(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_arm(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_ppc(H264ChromaContext *c, int bit_depth); void ff_h264chroma_init_x86(H264ChromaContext *c, int bit_depth); +void ff_h264chroma_init_mips(H264ChromaContext *c, int bit_depth); #endif /* AVCODEC_H264CHROMA_H */ |