avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for qpel functions in new file qpeldsp_msa.c Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
d1050d9950
commit
98eb1ac901
@@ -811,4 +811,6 @@ av_cold void ff_qpeldsp_init(QpelDSPContext *c)
|
||||
|
||||
if (ARCH_X86)
|
||||
ff_qpeldsp_init_x86(c);
|
||||
if (ARCH_MIPS)
|
||||
ff_qpeldsp_init_mips(c);
|
||||
}
|
||||
|
Reference in New Issue
Block a user