diff options
author | Kaustubh Raste <kaustubh.raste@imgtec.com> | 2017-07-12 17:32:32 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-07-14 02:30:37 +0200 |
commit | df806605f7b72584ee99497c41514585574b53b8 (patch) | |
tree | f8e0713eb62263d56d1efb04116525035a40548f /libavcodec/videodsp.h | |
parent | 5688fd77b57f1dd454990dc6fe48c6a3a1729eca (diff) | |
download | ffmpeg-df806605f7b72584ee99497c41514585574b53b8.tar.gz |
avcodec: Add prefetch for mips
Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com>
Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/videodsp.h')
-rw-r--r-- | libavcodec/videodsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index fc01a31dca..c0545f22b0 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -83,5 +83,6 @@ void ff_videodsp_init_aarch64(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_arm(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_ppc(VideoDSPContext *ctx, int bpc); void ff_videodsp_init_x86(VideoDSPContext *ctx, int bpc); +void ff_videodsp_init_mips(VideoDSPContext *ctx, int bpc); #endif /* AVCODEC_VIDEODSP_H */ |