git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical...
[ffmpeg.git]
/
libavcodec
/
hevcdsp.h
diff --git
a/libavcodec/hevcdsp.h
b/libavcodec/hevcdsp.h
index
a891ea7
..
d2ea867
100644
(file)
--- a/
libavcodec/hevcdsp.h
+++ b/
libavcodec/hevcdsp.h
@@
-129,4
+129,5
@@
extern const int8_t ff_hevc_qpel_filters[3][16];
void ff_hevc_dsp_init_x86(HEVCDSPContext *c, const int bit_depth);
void ff_hevcdsp_init_arm(HEVCDSPContext *c, const int bit_depth);
+void ff_hevc_dsp_init_mips(HEVCDSPContext *c, const int bit_depth);
#endif /* AVCODEC_HEVCDSP_H */