diff options
author | Shivraj Patil <shivraj.patil@imgtec.com> | 2015-04-17 18:42:28 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-17 17:39:32 +0200 |
commit | 4efc0e6451fa77e1e1d5b4b3873917c1916765f1 (patch) | |
tree | af4cf4faebc24ded53b1d71bc89de6e4ddfd5a13 /libavcodec/hevcdsp.h | |
parent | 35a7170e69b31f0299a85261bf48babdc5d4883f (diff) | |
download | ffmpeg-4efc0e6451fa77e1e1d5b4b3873917c1916765f1.tar.gz |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevcdsp.h')
-rw-r--r-- | libavcodec/hevcdsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h index a891ea7400..d2ea8672b1 100644 --- 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 */ |